2017-10-12 17:26:35 -04:00
|
|
|
{
|
2018-07-26 17:34:47 -04:00
|
|
|
"Server": {
|
|
|
|
"port": 443,
|
|
|
|
"hostname": "https://shimapan.rocks"
|
|
|
|
},
|
|
|
|
"Database": {
|
|
|
|
"host": "mongodb://localhost:27017/shimapan"
|
|
|
|
},
|
|
|
|
"Upload": {
|
|
|
|
"path": "uploads",
|
|
|
|
"maxSize": 134217728,
|
|
|
|
"charset": "abcdefghijklmnopqrstuvwxyz",
|
|
|
|
"idLength": 6
|
|
|
|
},
|
2018-07-26 21:53:15 -04:00
|
|
|
"View": {
|
|
|
|
"inlineMimeTypes": [
|
|
|
|
"image/*",
|
|
|
|
"text/plain"
|
|
|
|
]
|
|
|
|
},
|
2018-07-26 17:34:47 -04:00
|
|
|
"User": {
|
|
|
|
"Username": {
|
|
|
|
"maxLength": 36,
|
|
|
|
"restrictedChars": "\\s"
|
2018-07-29 19:38:29 -04:00
|
|
|
},
|
|
|
|
"Password": {
|
|
|
|
"saltLength": 64,
|
|
|
|
"hashIterations": 25000
|
2018-07-26 17:34:47 -04:00
|
|
|
}
|
|
|
|
},
|
2018-08-01 18:57:45 -04:00
|
|
|
"Key": {
|
|
|
|
"limit": 5
|
|
|
|
},
|
2018-07-26 17:34:47 -04:00
|
|
|
"Log": {
|
|
|
|
"httpLevel": "combined"
|
|
|
|
}
|
2017-10-12 17:26:35 -04:00
|
|
|
}
|