mirror of
https://github.com/stonith404/pingvin-share.git
synced 2024-11-05 23:40:12 +01:00
15 lines
300 B
Plaintext
15 lines
300 B
Plaintext
# General
|
|
APP_URL=http://localhost:3000
|
|
ALLOW_REGISTRATION=true
|
|
MAX_FILE_SIZE=5000000000
|
|
ALLOW_UNAUTHENTICATED_SHARES=false
|
|
|
|
# Security
|
|
JWT_SECRET=random-string
|
|
|
|
# Email
|
|
EMAIL_RECIPIENTS_ENABLED=false
|
|
SMTP_HOST=smtp.example.com
|
|
SMTP_PORT=587
|
|
SMTP_EMAIL=pingvin-share@example.com
|
|
SMTP_PASSWORD=example |