7 lines
262 B
Plaintext
7 lines
262 B
Plaintext
# Required shared-passcode authentication
|
|
AUTH_PASSCODE=replace-with-a-long-random-passcode
|
|
AUTH_SECRET=replace-with-at-least-32-random-bytes
|
|
AUTH_TOKEN_TTL_DAYS=7
|
|
# Persistent local filesystem (one Node/Nitro process only)
|
|
QUICKDROP_STORAGE_DIR=.data/quickdrop
|