mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-02-23 21:01:53 +01:00
8 lines
347 B
YAML
8 lines
347 B
YAML
---
|
|
application_id: "matomo"
|
|
database_type: "mariadb"
|
|
database_password: "{{matomo_database_password}}"
|
|
domain: "{{domains.matomo}}" # Don't know if this is still necessary
|
|
|
|
# Disable matomo tracking for matomo, because otherwise recursiv loading technics would be neccessary
|
|
global_matomo_tracking_enabled: false |