Skip to content

Commit

Permalink
fix(config): cleanup config.example.json (#3105)
Browse files Browse the repository at this point in the history
Fixes #3103
  • Loading branch information
sogehige committed Dec 14, 2019
1 parent b6a8f18 commit 959fcd6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 14 deletions.
4 changes: 4 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -230,6 +230,10 @@
"*.ts": [
"eslint --fix",
"git add"
],
"*.json": [
"jsonlint",
"git add"
]
},
"browser": {
Expand Down
14 changes: 0 additions & 14 deletions src/bot/data/config.example.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,20 +11,6 @@
"bot_color": "OrangeRed"
},
"panel": {
"__COMMENT__": "set correctly your domain and to be safe, change your token",
"port": 20000
},
"database": {
"__README__": "https://github.com/sogehige/sogeBot/wiki/Database-configuration",
"type": "nedb",
"mongodb": {
"poolSize": 5,
"url": "mongodb://localhost:27017/your-db-name"
}
},
"debug": {
"__COMMENT__": "DON'T ENABLE THIS UNTIL YOU KNOW WHAT YOU ARE DOING!",
"all": false,
"console": false
}
}

0 comments on commit 959fcd6

Please sign in to comment.