mirror of
https://github.com/pocket-id/pocket-id.git
synced 2025-12-21 09:15:55 +03:00
Compare commits
1 Commits
oidc-scope
...
default-en
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
419b7613ee |
@@ -4,3 +4,11 @@ TRUST_PROXY=false
|
|||||||
MAXMIND_LICENSE_KEY=
|
MAXMIND_LICENSE_KEY=
|
||||||
PUID=1000
|
PUID=1000
|
||||||
PGID=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=
|
||||||
|
|||||||
1
.gitignore
vendored
1
.gitignore
vendored
@@ -25,6 +25,7 @@ Thumbs.db
|
|||||||
.env.*
|
.env.*
|
||||||
!.env.development-example
|
!.env.development-example
|
||||||
!.env.test
|
!.env.test
|
||||||
|
!.env.example
|
||||||
|
|
||||||
# Vite
|
# Vite
|
||||||
vite.config.js.timestamp-*
|
vite.config.js.timestamp-*
|
||||||
|
|||||||
Reference in New Issue
Block a user