DiscordEventLog/example.config.json5
SeaswimmerTheFsh 3e3d5fff70
Some checks failed
Docker Build / Build (push) Failing after 4m16s
Linter / Lint (3.11) (push) Failing after 2m47s
migrate to json5
2024-02-16 23:02:42 -05:00

20 lines
450 B
Text

{
"port": 8000,
"name": "Event Log",
"webroot": "http://localhost:8000",
"dev": "false",
// openssl rand -base64 128
"secret_key": "random string of characters",
"discord": {
"client_id": 1111111,
"client_secret": "",
"bot_token": ""
},
"database": {
"username": "del",
"password": "del",
"database": "del",
"host": "localhost",
"port": 3306
}
}