summaryrefslogtreecommitdiffstats
path: root/sellershut.toml
blob: d1f54cefac7ef0c6f198f45b7c7d1030e8cbc7b4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[application]
env = "development"
port = 2210

[monitoring]
log-level = "sellershut=trace,info"

[database]
pool_size = 100
port = 5432
name = "sellershut"
host = "localhost"
password = "password"
user = "postgres"

# vim:ft=toml