sample-config/secrets-unencrypted/authentik.yaml

16 lines
569 B
YAML
Raw Normal View History

authentik:
postgres-password: <postgres password>
authentik-env: |-
AUTHENTIK_REDIS__HOST=localhost
AUTHENTIK_POSTGRESQL__HOST=localhost
AUTHENTIK_POSTGRESQL__USER=authentik
AUTHENTIK_POSTGRESQL__NAME=authentik
AUTHENTIK_POSTGRESQL__PASSWORD=<postgres password>
AUTHENTIK_SECRET_KEY=<authentik secret key>
AUTHENTIK_TOKEN=<authentik token>
authentik-ldap-env: |-
AUTHENTIK_HOST=http://localhost:9000
AUTHENTIK_TOKEN=<authenik ldap token>
AUTHENTIK_INSECURE=true