mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-04-28 18:30:24 +02:00
5 lines
239 B
YAML
5 lines
239 B
YAML
application_id: "espocrm"
|
|
# Password for the espocrm DB user (taken from inventory applications dict)
|
|
database_password: "{{ applications[application_id].credentials.database.password }}"
|
|
# EspoCRM uses MySQL/MariaDB
|
|
database_type: "mysql" |