From 69db77ca4054d80ba2156b774a0c1467ff661c81 Mon Sep 17 00:00:00 2001 From: jloup Date: Fri, 4 May 2018 18:19:52 +0200 Subject: Allow to configure the type of Postgres connection (tcp or unix). --- cmd/ansible/conf.toml.j2 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'cmd/ansible') 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" user="{{ postgres_user }}" password="{{ postgres_password }}" database="{{ postgres_database }}" +type="{{ postgres_connection_type }}" # tcp or unix address="localhost:5432" [redis] -type="{{ redis_adress_type }}" +type="{{ redis_adress_type }}" # tcp or unix address="localhost:6379" database=0 -- cgit v1.2.3