X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=cmd%2Fansible%2Fconf.toml.j2;h=b2c3137cfaf6eaf1fc3e151bc08c859e9faf50ad;hb=17b685396a34cb1fef8439e1b6802c6b7f59fbe2;hp=5f08a26c10b020f9236e059182575741b9f427a3;hpb=2b2fd737b4b6e530e67de743e58b630d69228c57;p=perso%2FImmae%2FProjets%2FCryptomonnaies%2FCryptoportfolio%2FFront.git 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 }}"