dashboard/config.toml.example
2020-04-02 20:53:11 +01:00

36 lines
532 B
Plaintext

admins=["217617036749176833"]
[server]
host="0.0.0.0:3000"
baseUrl="http://localhost:3000"
mainSite="https://ticketsbot.net"
[server.ratelimit]
window=10
max=600
[server.session]
threads=10
secret="secret"
[oauth]
id=
secret=""
redirectUri=""
[mariadb]
host="127.0.0.1"
username="ryan"
password="ryan"
database="tickets"
threads=5
[bot]
token=""
premium-lookup-proxy-url="http://localhost:3000"
premium-lookup-proxy-key=""
[redis]
host="127.0.0.1"
port=6379
password=""
threads=5