2023-11-24 17:49:55 -05:00
|
|
|
{
|
|
|
|
"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": ""
|
2023-11-25 01:24:05 -05:00
|
|
|
},
|
|
|
|
"database": {
|
|
|
|
"username": "del",
|
|
|
|
"password": "del",
|
|
|
|
"database": "del",
|
|
|
|
"host": "localhost",
|
|
|
|
"port": 3306
|
2023-11-24 17:49:55 -05:00
|
|
|
}
|
|
|
|
}
|