[int]
This commit is contained in:
parent
326296d6ce
commit
0002ae76af
|
|
@ -154,7 +154,7 @@
|
||||||
"database": "{{cfg_authelia.storage.data.schema}}"
|
"database": "{{cfg_authelia.storage.data.schema}}"
|
||||||
}
|
}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{% if cfg_authelia.storage_kind == "mariadb" %}
|
{% if cfg_authelia.storage.kind == "mariadb" %}
|
||||||
"mysql": {
|
"mysql": {
|
||||||
"host": "{{cfg_authelia.storage.data.host}}",
|
"host": "{{cfg_authelia.storage.data.host}}",
|
||||||
"port": {{cfg_authelia.storage.data.port | string}},
|
"port": {{cfg_authelia.storage.data.port | string}},
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue