new config example

This commit is contained in:
Emily 2021-03-03 17:01:55 +11:00
parent 1aa5c8c482
commit 864f09cee3
2 changed files with 22 additions and 23 deletions

22
botconfig.json.example Normal file
View file

@ -0,0 +1,22 @@
{
"developmentMode": true,
"token": "",
"userAgent": "",
"ownerIDs": [""],
"keys": {
"sentry": "",
"weather": ""
},
"postgresOptions": {
"user": "",
"host": "",
"database": "",
"password": "",
"port": 0000
}
}