10 lines
360 B
Plaintext
10 lines
360 B
Plaintext
PORT=3000
|
|
MAX_FILE_SIZE_MB=25
|
|
UPLOADS_DIR=/data/files
|
|
FILE_TTL_DAYS=30
|
|
# Must match the certificate resolver configured by the host Traefik instance.
|
|
TRAEFIK_CERT_RESOLVER=myresolver
|
|
# Required for POST /admin/cleanup. Generate a unique value, for example: openssl rand -hex 32
|
|
ADMIN_TOKEN=replace-with-a-unique-random-secret
|
|
TRAEFIK_CERT_RESOLVER=letsencrypt
|