]> git.immae.eu Git - perso/Immae/Projets/Cryptomonnaies/Cryptoportfolio/Front.git/blobdiff - cmd/ansible/conf.toml.j2
Allow to configure the type of Postgres connection (tcp or unix).
[perso/Immae/Projets/Cryptomonnaies/Cryptoportfolio/Front.git] / cmd / ansible / conf.toml.j2
index 5f08a26c10b020f9236e059182575741b9f427a3..cddc2571c9406a4586461b1fa77fdbf8b60fb0bc 100644 (file)
@@ -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"