2022-10-12 09:14:13 +02:00
|
|
|
# Read what every environment variable does: https://github.com/stonith404/pingvin-share#environment-variables
|
|
|
|
|
2022-11-13 23:08:51 +01:00
|
|
|
# General
|
2022-10-09 22:30:32 +02:00
|
|
|
APP_URL=http://localhost:3000
|
|
|
|
SHOW_HOME_PAGE=true
|
|
|
|
ALLOW_REGISTRATION=true
|
2022-10-18 14:27:14 +02:00
|
|
|
ALLOW_UNAUTHENTICATED_SHARES=false
|
2022-10-24 09:12:12 +02:00
|
|
|
MAX_FILE_SIZE=1000000000
|
2022-10-09 22:30:32 +02:00
|
|
|
|
2022-11-13 23:08:51 +01:00
|
|
|
# Security
|
2022-10-09 22:30:32 +02:00
|
|
|
JWT_SECRET=long-random-string
|
2022-11-11 15:12:16 +01:00
|
|
|
|
2022-11-13 23:08:51 +01:00
|
|
|
# Email
|
2022-11-11 15:12:16 +01:00
|
|
|
EMAIL_RECIPIENTS_ENABLED=false
|
|
|
|
SMTP_HOST=smtp.example.com
|
|
|
|
SMTP_PORT=587
|
|
|
|
SMTP_EMAIL=pingvin-share@example.com
|
|
|
|
SMTP_PASSWORD=example
|