deleted: cfg.json

modified:   package.json
This commit is contained in:
Flummi 2016-08-29 11:41:50 +02:00
parent 06b48d8b51
commit b6ee765955
2 changed files with 0 additions and 59 deletions

View File

@ -1,58 +0,0 @@
{
"server": [
{
"name": "Server 1",
"host": "",
"port": "",
"ssl": "1",
"ssl_allow_invalid": "1",
"pass": "",
"nick": "",
"username": "",
"realname": ""
},
{
"name": "Server 2",
"host": "",
"port": "",
"ssl": "1",
"ssl_allow_invalid": "1",
"pass": "",
"nick": "",
"username": "",
"realname": ""
}
],
"mysql": {
"host": "localhost",
"user": "",
"password": "",
"database": "",
"multipleStatements": true
},
"allowedMimes": {
"image/png": "png",
"video/webm": "webm",
"image/gif": "gif",
"image/jpeg": "jpg",
"video/mp4": "mp4",
"audio/mpeg": "mp3",
"audio/ogg": "ogg"
},
"minRes": 256,
"maxFileSize": 31457280,
"webserver": {
"port": 1488
},
"level": {
"~": 80,
"&": 70,
"@": 60,
"%": 50,
"+": 10,
"": 0
},
"wlip": {
"::ffff:1.0.0.5":"w0bm"
}
}

View File

@ -12,7 +12,6 @@
"mime": "^1.3.4",
"mysql": "^2.11.1",
"node-ffprobe": "^1.2.2",
"repl": "^0.1.3",
"swig": "^1.4.2",
"uuid": "^2.0.2",
"ytdl-core": "^0.7.17"