1
0
mirror of https://github.com/Foltik/Shimapan synced 2024-09-21 03:09:15 -04:00
shimapan/config/default.json

25 lines
420 B
JSON

{
"Server": {
"port": 443,
"hostname": "https://shimapan.rocks"
},
"Database": {
"host": "mongodb://localhost:27017/shimapan"
},
"Upload": {
"path": "uploads",
"maxSize": 134217728,
"charset": "abcdefghijklmnopqrstuvwxyz",
"idLength": 6
},
"User": {
"Username": {
"maxLength": 36,
"restrictedChars": "\\s"
}
},
"Log": {
"httpLevel": "combined"
}
}