aboutsummaryrefslogtreecommitdiff
path: root/cmd/ansible/conf.toml.j2
diff options
context:
space:
mode:
Diffstat (limited to 'cmd/ansible/conf.toml.j2')
-rw-r--r--cmd/ansible/conf.toml.j217
1 files changed, 17 insertions, 0 deletions
diff --git a/cmd/ansible/conf.toml.j2 b/cmd/ansible/conf.toml.j2
new file mode 100644
index 0000000..5f08a26
--- /dev/null
+++ b/cmd/ansible/conf.toml.j2
@@ -0,0 +1,17 @@
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"