# .env.example ADMIN_PASSWORD=change-me SECRET_KEY=replace-with-at-least-16-random-characters CREDENTIAL_ENCRYPTION_KEY=replace-with-a-valid-fernet-key SYNC_INTERVAL_MINUTES=5 DATA_DIR=/data DATABASE_URL=sqlite:////data/app.db # Set to true only when TLS terminates in front of this service. SESSION_HTTPS_ONLY=false