mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2024-11-14 00:41:06 +01:00
5 lines
265 B
YAML
5 lines
265 B
YAML
---
|
|
docker_compose_project_name: "matrix"
|
|
database_password: "{{matrix_database_password}}"
|
|
database_version: "{{ baserow_database_version | default(postgres_default_version) }}"
|
|
database_type: "postgres" |