aboutsummaryrefslogtreecommitdiffstats
path: root/sellershut.toml
blob: 15225f578fdd8423d23396b5109ec59a19c008de (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
[server]
domain = "localhost"
port = 2210
request-timeout = 10
log-level = "debug"
system-name = "sellershut"
environment = "dev"

[oauth]
redirect-url = ""

[oauth.discord]
client-id = ""
client-secret = ""
token-url = ""
auth-url = ""

[database]
url = "postgres://postres:password@localhost:5432/sellershut"
pool-size = 100