# CONFIGURATION APP_URL=http://localhost:3000 ALLOW_REGISTRATION=true MAX_FILE_SIZE=5000000000 ALLOW_UNAUTHENTICATED_SHARES=false # SECURITY JWT_SECRET=random-string # Email configuration EMAIL_RECIPIENTS_ENABLED=false SMTP_HOST=smtp.example.com SMTP_PORT=587 SMTP_EMAIL=pingvin-share@example.com SMTP_PASSWORD=example