11 lines
No EOL
512 B
Bash
11 lines
No EOL
512 B
Bash
# Pocket ID .env app configuration
|
|
# Configures the Pocket ID application
|
|
# File location: /srv/pocket-id/.env
|
|
# More information - git repo: https://git.starcat.systems/starcat-infra/auth-server
|
|
# More information - handbook: https://about.starcat.systems/handbook/infrastructure/security/pocket-id/
|
|
# See the documentation for more information: https://pocket-id.org/docs/configuration/environment-variables
|
|
APP_URL=https://id.starcat.systems
|
|
TRUST_PROXY=true
|
|
MAXMIND_LICENSE_KEY=*REDACTED*
|
|
PUID=1000
|
|
PGID=1000 |