9 lines
194 B
TOML
9 lines
194 B
TOML
[api]
|
|
domain = "localhost"
|
|
port = "31337"
|
|
https = false
|
|
|
|
[oauth]
|
|
# You can get all of this from https://discord.com/developers/applications
|
|
clientid = "[CHANGE ME]"
|
|
clientsecret = "[CHANGE ME]"
|