aboutsummaryrefslogtreecommitdiff
path: root/cmd/app/conf.toml
diff options
context:
space:
mode:
Diffstat (limited to 'cmd/app/conf.toml')
-rw-r--r--cmd/app/conf.toml4
1 files changed, 4 insertions, 0 deletions
diff --git a/cmd/app/conf.toml b/cmd/app/conf.toml
index 47964b4..bdbf58b 100644
--- a/cmd/app/conf.toml
+++ b/cmd/app/conf.toml
@@ -8,6 +8,10 @@ password="cryptoportfolio-dev"
8database="cryptoportfolio" 8database="cryptoportfolio"
9address="localhost:5432" 9address="localhost:5432"
10 10
11[redis]
12type="tcp"
13address="cryptoportfolio.immae.eu:7617"
14
11[api] 15[api]
12domain="localhost" 16domain="localhost"
13jwt_secret="secret" 17jwt_secret="secret"