Update cfg.json
This commit is contained in:
parent
2f4bfd8269
commit
e02e3e60eb
58
cfg.json
58
cfg.json
|
@ -0,0 +1,58 @@
|
|||
{
|
||||
"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"
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user