mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-05-10 15:25:43 +02:00
4 lines
274 B
YAML
4 lines
274 B
YAML
application_id: "friendica"
|
|
database_password: "{{ applications[application_id].credentials.database_password }}"
|
|
database_type: "mariadb"
|
|
no_validation: "{{ applications[application_id].features.oidc }}" # Email validation is not neccessary if OIDC is active |