# APP_URL=https://id.xxxx.xx
# ENCRYPTION_KEY=$(openssl rand -base64 32)
PORT=1411

# Database: SQLite, file located at /var/lib/pocket-id/data/db.sqlite
# (relative to WorkingDirectory=/var/lib/pocket-id)
DB_CONNECTION_STRING=file:data/db.sqlite?_journal_mode=WAL&_busy_timeout=2500&_txlock=immediate

# Optional: Maxmind License Key for IP Geolocation
# MAXMIND_LICENSE_KEY="YOUR-MAXMIND-LICENSE-KEY"

# Optional: Logging level (debug, info, warn, error)
# LOG_LEVEL=info
