blob: 5f08a26c10b020f9236e059182575741b9f427a3 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
log_level="info"
mode="production"
log_out="/var/cryptoportfolio-app/app.log"
port="8080"
[db]
user="{{ postgres_user }}"
password="{{ postgres_password }}"
database="{{ postgres_database }}"
address="localhost:5432"
[api]
domain="{{ app_domain }}"
jwt_secret="{{ jwt_secret }}"
[app]
public_dir="/var/cryptoportfolio-app/static"
|