FIX typo
This commit is contained in:
parent
f38d4896fd
commit
41d5cc516d
|
@ -57,10 +57,8 @@ security.acme.acceptTerms = true;
|
|||
dbhost = "/run/postgresql"; # nextcloud will add /.s.PGSQL.5432 by itself
|
||||
dbname = "nextcloud";
|
||||
dbpassFile = "/run/nextcloud-db";
|
||||
#dbpassFile = "/var/nextcloud-db-pass";
|
||||
|
||||
adminpassFile = "/run/nextcloud-admin";
|
||||
#adminpassFile = "/var/nextcloud-admin-pass";
|
||||
adminuser = "admin";
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue