aboutsummaryrefslogtreecommitdiffstats
path: root/misc/sellershut.toml
blob: 0c179f5bfbea7160d2b7979f7d9fa3d1c9eb6f04 (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 = "https://example.com"

[oauth.discord]
#client-id = ""
#client-secret = ""
token-url = "https://example.com"
auth-url = "https://example.com"

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