configs
This commit is contained in:
parent
54dd0968b1
commit
c922eefbca
2
.gitignore
vendored
2
.gitignore
vendored
|
@ -1,3 +1,3 @@
|
|||
node_modules/
|
||||
cfg.json
|
||||
cfg/
|
||||
b/
|
||||
|
|
22
cfg/irc.json
Normal file
22
cfg/irc.json
Normal file
|
@ -0,0 +1,22 @@
|
|||
{
|
||||
"name": "irc1",
|
||||
"host": "",
|
||||
"port": "",
|
||||
"ssl": "1",
|
||||
"ssl_allow_invalid": "1",
|
||||
"pass": "",
|
||||
"nick": "",
|
||||
"username": "",
|
||||
"realname": ""
|
||||
},
|
||||
{
|
||||
"name": "irc2",
|
||||
"host": "",
|
||||
"port": "",
|
||||
"ssl": "1",
|
||||
"ssl_allow_invalid": "1",
|
||||
"pass": "",
|
||||
"nick": "",
|
||||
"username": "",
|
||||
"realname": ""
|
||||
}
|
24
cfg/main.json
Normal file
24
cfg/main.json
Normal file
|
@ -0,0 +1,24 @@
|
|||
{
|
||||
"allowedMimes": {
|
||||
"image/png": "png",
|
||||
"video/webm": "webm",
|
||||
"image/gif": "gif",
|
||||
"image/jpeg": "jpg",
|
||||
"video/mp4": "mp4",
|
||||
"audio/mpeg": "mp3",
|
||||
"audio/ogg": "ogg"
|
||||
},
|
||||
"disallowedHosts": [
|
||||
"f0ck.me"
|
||||
],
|
||||
"minRes": 500,
|
||||
"maxFileSize": 31457280,
|
||||
"level": {
|
||||
"~": 80,
|
||||
"&": 70,
|
||||
"@": 60,
|
||||
"%": 50,
|
||||
"+": 10,
|
||||
"": 0
|
||||
}
|
||||
}
|
7
cfg/mysql.json
Normal file
7
cfg/mysql.json
Normal file
|
@ -0,0 +1,7 @@
|
|||
{
|
||||
"host": "127.0.0.1",
|
||||
"user": "",
|
||||
"password": "",
|
||||
"database": "",
|
||||
"multipleStatements": true
|
||||
}
|
6
cfg/websrv.json
Normal file
6
cfg/websrv.json
Normal file
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"port": 1488,
|
||||
"wlip": {
|
||||
"::ffff:1.0.0.5": "comment"
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user