mirror of
https://github.com/pocket-id/pocket-id.git
synced 2025-12-10 07:02:57 +03:00
Given recent conversations on how the database will be the preferred (or sole) method in a future release, start by updating the example env
15 lines
533 B
Plaintext
15 lines
533 B
Plaintext
# See the documentation for more information: https://pocket-id.org/docs/configuration/environment-variables
|
|
APP_URL=https://your-pocket-id-domain.com
|
|
TRUST_PROXY=false
|
|
MAXMIND_LICENSE_KEY=
|
|
PUID=1000
|
|
PGID=1000
|
|
KEYS_STORAGE=database
|
|
|
|
# Encryption key used to protect sensitive data
|
|
# Can be generated with `openssl rand -base64 32`
|
|
# See https://pocket-id.org/docs/configuration/environment-variables#encryption-keys
|
|
ENCRYPTION_KEY=
|
|
# Alternatively, point to a file containing the key (could be a Docker secret)
|
|
#ENCRYPTION_KEY_FILE=
|