# Copy to .env and adjust the values. .env is not committed (see .gitignore). TYPE=docker QRCODE_GENERATOR=internal-chillerlan.qrcode BASE_URL=http://localhost DATABASE_HOST=qrforge-db DATABASE_PORT=3306 DATABASE_NAME=qrcode DATABASE_USER=qrcode DATABASE_PASSWORD=change-me-to-a-strong-password DATABASE_PREFIX= DATABASE_CHARSET=utf8 MYSQL_ROOT_PASSWORD=change-me-to-a-strong-root-password # Self-registration: lets visitors create their own free 'admin' account # (email + CAPTCHA -> mailed password -> forced reset on first login). ALLOW_SELF_REGISTRATION=false # Only needed when ALLOW_SELF_REGISTRATION=true. MAIL_HOST= MAIL_PORT=587 MAIL_ENCRYPTION=tls # Set to false to relay unauthenticated through an internal mail server (no # MAIL_USERNAME/MAIL_PASSWORD needed in that case). MAIL_SMTP_AUTH=true MAIL_USERNAME= MAIL_PASSWORD= MAIL_FROM_ADDRESS=noreply@example.com MAIL_FROM_NAME=QRForge