mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-02-23 12:51:54 +01:00
8 lines
346 B
YAML
8 lines
346 B
YAML
---
|
|
application_id: "matomo"
|
|
database_type: "mariadb"
|
|
database_password: "{{matomo_database_password}}"
|
|
domain: "{{domains.matomo}}"
|
|
|
|
# Disable matomo tracking for matomo, because otherwise recursiv loading technics would be neccessary
|
|
# global_matomo_tracking_enabled: false |