You've already forked hastebin-ansi
mirror of
https://github.com/armbian/hastebin-ansi.git
synced 2026-01-06 12:30:55 -08:00
33 lines
507 B
JSON
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"
|
|
}
|
|
}
|