]> git.immae.eu Git - perso/Immae/Projets/Cryptomonnaies/Cryptoportfolio/Front.git/blame - cmd/ansible/conf.toml.j2
Fix PG migrations + redis config.
[perso/Immae/Projets/Cryptomonnaies/Cryptoportfolio/Front.git] / cmd / ansible / conf.toml.j2
CommitLineData
7a9e5112 1log_level="info"
2mode="production"
3log_out="/var/cryptoportfolio-app/app.log"
4port="8080"
5
6[db]
7user="{{ postgres_user }}"
8password="{{ postgres_password }}"
9database="{{ postgres_database }}"
10address="localhost:5432"
11
17b68539 12[redis]
13type="{{ redis_adress_type }}"
14address="localhost:6379"
15database=0
16
7a9e5112 17[api]
18domain="{{ app_domain }}"
19jwt_secret="{{ jwt_secret }}"
20
21[app]
22public_dir="/var/cryptoportfolio-app/static"