deleted: cfg.json
modified: package.json
This commit is contained in:
parent
06b48d8b51
commit
b6ee765955
58
cfg.json
58
cfg.json
|
@ -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"
|
||||
}
|
||||
}
|
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue
Block a user