]> 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 7c82f84a088ddbbccad77b01acf6ba73c7068134..cddc2571c9406a4586461b1fa77fdbf8b60fb0bc 100644 (file)
@@ -7,10 +7,11 @@ 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