mirror of
https://github.com/stonith404/pingvin-share.git
synced 2025-01-15 01:14:27 -05:00
18 lines
No EOL
437 B
Text
18 lines
No EOL
437 B
Text
# Read what every environment variable does: https://github.com/stonith404/pingvin-share#environment-variables
|
|
|
|
# GENERAL
|
|
APP_URL=http://localhost:3000
|
|
SHOW_HOME_PAGE=true
|
|
ALLOW_REGISTRATION=true
|
|
ALLOW_UNAUTHENTICATED_SHARES=false
|
|
MAX_FILE_SIZE=1000000000
|
|
|
|
# SECURITY
|
|
JWT_SECRET=long-random-string
|
|
|
|
# EMAIL
|
|
EMAIL_RECIPIENTS_ENABLED=false
|
|
SMTP_HOST=smtp.example.com
|
|
SMTP_PORT=587
|
|
SMTP_EMAIL=pingvin-share@example.com
|
|
SMTP_PASSWORD=example |