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

[misc]
hostname = "localhost"
instance-name = "sellershut"

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

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

# vim:ft=toml