cpularp-manager-api/config.sample.toml

18 lines
314 B
TOML

[api]
domain = "localhost"
port = "31337"
https = false
listen = "localhost"
[frontend]
domain = "localhost"
port = "15995"
https = false
[oauth]
# You can get all of this from https://discord.com/developers/applications
client_id = "[CHANGE ME]"
client_secret = "[CHANGE ME]"
[database]
path = "../db/main.db"