2025-03-25 22:53:23 +01:00
|
|
|
# See the documentation for more information: https://pocket-id.org/docs/configuration/environment-variables
|
2025-11-30 13:14:15 +01:00
|
|
|
|
|
|
|
|
# These variables must be configured for your deployment:
|
2025-05-31 20:51:55 +02:00
|
|
|
APP_URL=https://your-pocket-id-domain.com
|
2025-11-30 13:14:15 +01:00
|
|
|
|
|
|
|
|
# Encryption key (choose one method):
|
|
|
|
|
# Method 1: Direct key (simple but less secure)
|
|
|
|
|
# Generate with: openssl rand -base64 32
|
|
|
|
|
ENCRYPTION_KEY=
|
|
|
|
|
# Method 2: File-based key (recommended)
|
|
|
|
|
# Put the base64 key in a file and point to it here.
|
|
|
|
|
# ENCRYPTION_KEY_FILE=/path/to/encryption_key
|
|
|
|
|
|
|
|
|
|
# These variables are optional but recommended to review:
|
2024-11-26 20:14:31 +01:00
|
|
|
TRUST_PROXY=false
|
2024-11-26 21:03:53 +01:00
|
|
|
MAXMIND_LICENSE_KEY=
|
|
|
|
|
PUID=1000
|
2025-11-30 13:14:15 +01:00
|
|
|
PGID=1000
|