13 lines
262 B
Text
13 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": ""
|
||
|
}
|
||
|
}
|