]> git.immae.eu Git - perso/Immae/Projets/Puppet.git/blame - modules/role/templates/cryptoportfolio/api_conf.toml.erb
Start to cleanup the files
[perso/Immae/Projets/Puppet.git] / modules / role / templates / cryptoportfolio / api_conf.toml.erb
CommitLineData
159df176 1log_level="info"
0a21fb6c 2mode="<%= @env %>"
159df176
IB
3log_out="stdout"
4
5[db]
0a21fb6c
IB
6user="<%= @pg_user %>"
7password="<%= @pg_password %>"
8database="<%= @pg_db %>"
9address="<%= @pg_host %>"
159df176
IB
10
11[api]
0a21fb6c 12domain="<%= @web_host %>"
159df176
IB
13jwt_secret="<%= @cf_front_app_api_secret %>"
14
15[app]
16public_dir="../web/build/static"