# Configuration for the pocket-id service, exported as environment variables.
# See https://pocket-id.org/docs/configuration/environment-variables

# Public URL where Pocket ID is reachable (required).
APP_URL=http://localhost:1411

# Encryption key, at least 16 bytes (required).
# Generate one with: openssl rand -base64 32
ENCRYPTION_KEY=

# Address and port to bind to.
HOST=0.0.0.0
PORT=1411

# Data locations.
DB_CONNECTION_STRING=/var/lib/pocket-id/pocket-id.db
UPLOAD_PATH=/var/lib/pocket-id/uploads
