dashboard-v2/config.toml.example
2019-03-22 16:43:31 +00:00

28 lines
371 B
Plaintext

[server]
host="0.0.0.0:3000"
baseUrl="http://localhost:3000"
mainSite="https://ticketsbot.net"
[server.ratelimit]
window=10
max=600
[server.session]
database="session"
[oauth]
id=1
secret="secret"
[mariadb]
host="127.0.0.1"
username="root"
password="root"
database="tickets"
threads=5
[bot]
key=""
httpServers=[]
[redis]
uri="redis://:pwd@127.0.0.1:6379/0"