X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=cmd%2Fansible%2Fconf.toml.j2;h=7c82f84a088ddbbccad77b01acf6ba73c7068134;hb=35e1f63a03a1cf55fe72839523790d38c0cea21b;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..7c82f84 100644 --- a/cmd/ansible/conf.toml.j2 +++ b/cmd/ansible/conf.toml.j2 @@ -9,9 +9,17 @@ 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 }}" +password_reset_secret="{{ password_reset_secret }}" +free_sms_user="20996747" +free_sms_pass="bM2ZPETB4zzWg3" [app] public_dir="/var/cryptoportfolio-app/static"