diff options
Diffstat (limited to 'cmd/ansible')
-rw-r--r-- | cmd/ansible/conf.toml.j2 | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/cmd/ansible/conf.toml.j2 b/cmd/ansible/conf.toml.j2 index 7c82f84..cddc257 100644 --- a/cmd/ansible/conf.toml.j2 +++ b/cmd/ansible/conf.toml.j2 | |||
@@ -7,10 +7,11 @@ port="8080" | |||
7 | user="{{ postgres_user }}" | 7 | user="{{ postgres_user }}" |
8 | password="{{ postgres_password }}" | 8 | password="{{ postgres_password }}" |
9 | database="{{ postgres_database }}" | 9 | database="{{ postgres_database }}" |
10 | type="{{ postgres_connection_type }}" # tcp or unix | ||
10 | address="localhost:5432" | 11 | address="localhost:5432" |
11 | 12 | ||
12 | [redis] | 13 | [redis] |
13 | type="{{ redis_adress_type }}" | 14 | type="{{ redis_adress_type }}" # tcp or unix |
14 | address="localhost:6379" | 15 | address="localhost:6379" |
15 | database=0 | 16 | database=0 |
16 | 17 | ||