Solved database feature naming bug

This commit is contained in:
2025-05-09 19:00:01 +02:00
parent e7c193f409
commit 27bfee2438
19 changed files with 26 additions and 24 deletions

View File

@@ -1,7 +1,7 @@
---
application_id: "matomo"
application_id: "matomo"
database_type: "mariadb"
database_password: "{{applications.matomo.credentials.database_password}}"
database_password: "{{ applications[application_id].credentials.database_password }}"
# I don't know if this is still necessary
domain: "{{domains.matomo}}"
domain: "{{ domains[application_id] }}"