Try to configure all customer

This commit is contained in:
Micke Nordin 2023-03-21 18:26:23 +01:00
parent 238172397b
commit 38807e62a5
Signed by untrusted user: Micke
GPG key ID: 0DA0A7A5708FE257

View file

@ -129,7 +129,7 @@ mysql_users =
(
<%- index = 0 -%>
<%- @customers.each do |customer| -%>
<%- @allnames.each do |customer| -%>
{
username="nextcloud_<%= customer %>"
password="<%= @passwords[index] %>"