7 lines
214 B
Plaintext
7 lines
214 B
Plaintext
PORT=3000
|
|
MAX_FILE_SIZE_MB=25
|
|
UPLOADS_DIR=/data/files
|
|
FILE_TTL_DAYS=30
|
|
# Required for POST /admin/cleanup. Generate a unique value, for example: openssl rand -hex 32
|
|
ADMIN_TOKEN=replace-with-a-unique-random-secret
|