X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=cmd%2Fansible%2Fconf.toml.j2;h=cddc2571c9406a4586461b1fa77fdbf8b60fb0bc;hb=69db77ca4054d80ba2156b774a0c1467ff661c81;hp=5f08a26c10b020f9236e059182575741b9f427a3;hpb=7a9e5112eaaea58d55f181d3e5296e4ff839921c;p=perso%2FImmae%2FProjets%2FCryptomonnaies%2FCryptoportfolio%2FFront.git diff --git a/cmd/ansible/conf.toml.j2 b/cmd/ansible/conf.toml.j2 index 5f08a26..cddc257 100644 --- a/cmd/ansible/conf.toml.j2 +++ b/cmd/ansible/conf.toml.j2 @@ -7,11 +7,20 @@ 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 }}" # tcp or unix +address="localhost:6379" +database=0 + [api] domain="{{ app_domain }}" jwt_secret="{{ jwt_secret }}" +password_reset_secret="{{ password_reset_secret }}" +free_sms_user="20996747" +free_sms_pass="bM2ZPETB4zzWg3" [app] public_dir="/var/cryptoportfolio-app/static"