mirror of
https://github.com/RWejlgaard/pez-infra.git
synced 2026-05-06 04:14:43 +00:00
10 lines
316 B
Text
10 lines
316 B
Text
# Example: services/authelia/config.enc.yml
|
|
# Authelia secrets — encrypt with: sops -e -i config.enc.yml
|
|
---
|
|
jwt_secret: CHANGEME
|
|
session_secret: CHANGEME
|
|
storage_encryption_key: CHANGEME
|
|
lldap_admin_password: CHANGEME
|
|
mariadb_root_password: CHANGEME
|
|
mariadb_authelia_password: CHANGEME
|
|
oidc_hmac_secret: CHANGEME
|