DiscordEventLog/config.json.example
SeaswimmerTheFsh 7bd35f2713
Some checks failed
Pylint / Pylint (3.11) (push) Failing after 32s
initial commit
2023-11-24 17:49:55 -05:00

12 lines
262 B
Text

{
"port": 8000,
"name": "Event Log",
"webroot": "http://localhost:8000",
"dev": "false",
"secret_key": "random string of characters",
"discord": {
"client_id": 1111111,
"client_secret": "",
"bot_token": ""
}
}