]> git.immae.eu Git - perso/Immae/Projets/Cryptomonnaies/Cryptoportfolio/Front.git/blame - cmd/ansible/conf.toml.j2
initial commit
[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
12[api]
13domain="{{ app_domain }}"
14jwt_secret="{{ jwt_secret }}"
15
16[app]
17public_dir="/var/cryptoportfolio-app/static"