Initial commit
This commit is contained in:
6
.env.example
Normal file
6
.env.example
Normal file
@@ -0,0 +1,6 @@
|
||||
# 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
|
||||
Reference in New Issue
Block a user