You've already forked hastebin-ansi
mirror of
https://github.com/armbian/hastebin-ansi.git
synced 2026-01-06 12:30:55 -08:00
bump maxLength, reduce max-age for statics to 3s
This commit is contained in:
@@ -20,8 +20,8 @@ ENV LOGGING_LEVEL=verbose \
|
||||
ENV HOST=0.0.0.0\
|
||||
PORT=7777\
|
||||
KEY_LENGTH=10\
|
||||
MAX_LENGTH=400000\
|
||||
STATIC_MAX_AGE=86400
|
||||
MAX_LENGTH=10000000\
|
||||
STATIC_MAX_AGE=3
|
||||
|
||||
ENV KEYGENERATOR_TYPE=phonetic \
|
||||
KEYGENERATOR_KEYSPACE=""
|
||||
|
||||
@@ -2,8 +2,8 @@
|
||||
"host": "0.0.0.0",
|
||||
"port": 7777,
|
||||
"keyLength": 10,
|
||||
"maxLength": 400000,
|
||||
"staticMaxAge": 86400,
|
||||
"maxLength": 4000000,
|
||||
"staticMaxAge": 3,
|
||||
"recompressStaticAssets": true,
|
||||
"logging": [
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user