diff options
Diffstat (limited to 'cmd/app/conf.toml')
-rw-r--r-- | cmd/app/conf.toml | 4 |
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" | |||
8 | database="cryptoportfolio" | 8 | database="cryptoportfolio" |
9 | address="localhost:5432" | 9 | address="localhost:5432" |
10 | 10 | ||
11 | [redis] | ||
12 | type="tcp" | ||
13 | address="cryptoportfolio.immae.eu:7617" | ||
14 | |||
11 | [api] | 15 | [api] |
12 | domain="localhost" | 16 | domain="localhost" |
13 | jwt_secret="secret" | 17 | jwt_secret="secret" |