11 lines
262 B
Plaintext
11 lines
262 B
Plaintext
# Authentik Configuration
|
|
PG_PASS=your_postgres_password
|
|
PG_USER=authentik
|
|
PG_DB=authentik
|
|
|
|
AUTHENTIK_SECRET_KEY=your_authentik_secret_key
|
|
|
|
# Global variables (usually defined in root .env or shell environment)
|
|
# DOMAIN=example.com
|
|
# CONFIG_ROOT=/path/to/config
|