Commit 225795ce authored by Alain Takoudjou's avatar Alain Takoudjou

fixup! nextcloud sr: update config after nextcloud installation if any changes

parent 109b4362
......@@ -24,11 +24,11 @@
{{ ' "' ~ proxy_list | join('",\n "') ~ '"' }}
{% endif -%}
],
"dbname": "nextcloud",
"dbhost": "10.0.151.118:2099",
"dbname": "{{ parameter_dict['db-name'] }}",
"dbhost": "{{ parameter_dict['db-host'] }}:{{ parameter_dict['db-port'] }}",
"mysql.utf8mb4": true,
"dbuser": "nextcloud",
"dbpassword": "insecure",
"dbuser": "{{ parameter_dict['db-user'] }}",
"dbpassword": "{{ parameter_dict['db-password'] }}",
"redis": {
"host": "{{ parameter_dict['redis-socket'] }}",
"port": 0,
......
......@@ -29,7 +29,7 @@ md5sum = f3bca64bf991526fd8221035a86aacbf
[template-nextcloud-config.json]
<= nc-download-base
filename = nextcloud-config.json.in
md5sum = c6eb032b17b38f3d04d4a029c9bdcc60
md5sum = fbc5eacda192cb02c8d9861cb628fe6f
[template-nextcloud-instance]
recipe = slapos.recipe.template:jinja2
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment