Files
hastebin-ansi/config.json
2023-01-21 18:26:53 +01:00

33 lines
507 B
JSON

{
"host": "0.0.0.0",
"port": 7777,
"keyLength": 10,
"maxLength": 4000000,
"staticMaxAge": 3,
"recompressStaticAssets": true,
"logging": [
{
"level": "verbose",
"type": "Console",
"colorize": true
}
],
"keyGenerator": {
"type": "phonetic"
},
"rateLimits": {
"categories": {
"normal": {
"totalRequests": 500,
"every": 60000
}
}
},
"storage": {
"type": "file"
},
"documents": {
"about": "./about.md"
}
}