From 17b685396a34cb1fef8439e1b6802c6b7f59fbe2 Mon Sep 17 00:00:00 2001 From: jloup Date: Tue, 1 May 2018 10:16:53 +0200 Subject: Fix PG migrations + redis config. --- cmd/ansible/conf.toml.j2 | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'cmd/ansible/conf.toml.j2') diff --git a/cmd/ansible/conf.toml.j2 b/cmd/ansible/conf.toml.j2 index 5f08a26..b2c3137 100644 --- a/cmd/ansible/conf.toml.j2 +++ b/cmd/ansible/conf.toml.j2 @@ -9,6 +9,11 @@ password="{{ postgres_password }}" database="{{ postgres_database }}" address="localhost:5432" +[redis] +type="{{ redis_adress_type }}" +address="localhost:6379" +database=0 + [api] domain="{{ app_domain }}" jwt_secret="{{ jwt_secret }}" -- cgit v1.2.3