# Obtained from your auth provider
AUTH_ISSUER_URL=https://auth.example.com
AUTH_CLIENT_ID=client_id
AUTH_CLIENT_SECRET=client_secret

# Can be generated with `openssl rand -hex 64`
AUTH_SECRET=someSecretValue

# Where the app data will be stored
DATA_DIR=/data/docs
FRONTEND_DIR=/app/frontend

# The URL of the website, used for redirect URL during auth
APP_URL=https://example.com