aboutsummaryrefslogtreecommitdiff
path: root/cmd
diff options
context:
space:
mode:
Diffstat (limited to 'cmd')
-rw-r--r--cmd/ansible/conf.toml.j25
-rw-r--r--cmd/app/conf.toml1
2 files changed, 6 insertions, 0 deletions
diff --git a/cmd/ansible/conf.toml.j2 b/cmd/ansible/conf.toml.j2
index 5f08a26..b2c3137 100644
--- a/cmd/ansible/conf.toml.j2
+++ b/cmd/ansible/conf.toml.j2
@@ -9,6 +9,11 @@ password="{{ postgres_password }}"
9database="{{ postgres_database }}" 9database="{{ postgres_database }}"
10address="localhost:5432" 10address="localhost:5432"
11 11
12[redis]
13type="{{ redis_adress_type }}"
14address="localhost:6379"
15database=0
16
12[api] 17[api]
13domain="{{ app_domain }}" 18domain="{{ app_domain }}"
14jwt_secret="{{ jwt_secret }}" 19jwt_secret="{{ jwt_secret }}"
diff --git a/cmd/app/conf.toml b/cmd/app/conf.toml
index bdbf58b..13e3e0b 100644
--- a/cmd/app/conf.toml
+++ b/cmd/app/conf.toml
@@ -11,6 +11,7 @@ address="localhost:5432"
11[redis] 11[redis]
12type="tcp" 12type="tcp"
13address="cryptoportfolio.immae.eu:7617" 13address="cryptoportfolio.immae.eu:7617"
14database=0
14 15
15[api] 16[api]
16domain="localhost" 17domain="localhost"