Remove unused password field
This commit is contained in:
parent
c103aa984f
commit
9cc7023f33
|
@ -43,7 +43,6 @@ lizmap:
|
|||
port: "{{ postgresql_server['port'] }}"
|
||||
database: "lizmap"
|
||||
user: "lizmap"
|
||||
password: # TODO: link to vault?
|
||||
version: "{{ _lizmap_version }}"
|
||||
path: "/var/www/"
|
||||
root_repositories: "{{ sftp_root }}/qgis-projects" # no trailing /
|
||||
|
|
Loading…
Reference in New Issue