mirror of
https://github.com/stonith404/pingvin-share.git
synced 2024-11-05 15:30:14 +01:00
9 lines
167 B
Plaintext
9 lines
167 B
Plaintext
# CONFIGURATION
|
|
APP_URL=http://localhost:3000
|
|
ALLOW_REGISTRATION=true
|
|
MAX_FILE_SIZE=5000000000
|
|
ALLOW_UNAUTHENTICATED_SHARES=false
|
|
|
|
# SECURITY
|
|
JWT_SECRET=random-string
|