This commit is contained in:
Dryusdan 2023-02-06 20:15:37 +01:00
parent fe20600008
commit cb2a4056e4

View file

@ -68,7 +68,7 @@ database:
# Database password
password: "{{ item.db_password | default(omit) }}"
# Database host
host: "{{ item.db_host | default("localhost")"
host: "{{ item.db_host | default("localhost") }}"
# Database to use
database: "{{ item.db_name | default("vikunja") }}"
# When using sqlite, this is the path where to store the data