--- application_id: "web-app-matomo" database_type: "mariadb" matomo_excluded_ips: "{{ applications[application_id].excluded_ips }}" matomo_index_php_url: "{{ domains | get_url(application_id, web_protocol) }}/index.php" matomo_auth_token: "{{ applications[application_id].credentials.auth_token }}" # I don't know if this is still necessary domain: "{{ domains | get_domain(application_id) }}"