feat: authentik
This commit is contained in:
10
access_management/authentik/.env.example
Normal file
10
access_management/authentik/.env.example
Normal file
@@ -0,0 +1,10 @@
|
||||
# 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
|
||||
Reference in New Issue
Block a user