]> git.immae.eu Git - perso/Immae/Projets/Cryptomonnaies/Cryptoportfolio/Front.git/blobdiff - cmd/ansible/conf.toml.j2
Set newStatus to enabled if no result are returned from credentials test.
[perso/Immae/Projets/Cryptomonnaies/Cryptoportfolio/Front.git] / cmd / ansible / conf.toml.j2
index 7b048af3c25f9698d2365baed8234f4f8870233d..cddc2571c9406a4586461b1fa77fdbf8b60fb0bc 100644 (file)
@@ -7,17 +7,18 @@ 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
 
 [api]
 domain="{{ app_domain }}"
 jwt_secret="{{ jwt_secret }}"
-password_reset_secret="{{ reset_password_reset }}"
+password_reset_secret="{{ password_reset_secret }}"
 free_sms_user="20996747"
 free_sms_pass="bM2ZPETB4zzWg3"