owncloud aktualisieren #1

Closed
fenris wants to merge 44 commits from task-377 into main
Showing only changes of commit 0002ae76af - Show all commits

View file

@ -154,7 +154,7 @@
"database": "{{cfg_authelia.storage.data.schema}}"
}
{% endif %}
{% if cfg_authelia.storage_kind == "mariadb" %}
{% if cfg_authelia.storage.kind == "mariadb" %}
"mysql": {
"host": "{{cfg_authelia.storage.data.host}}",
"port": {{cfg_authelia.storage.data.port | string}},