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
|
dbhost = "/run/postgresql"; # nextcloud will add /.s.PGSQL.5432 by itself
|
||||||
dbname = "nextcloud";
|
dbname = "nextcloud";
|
||||||
dbpassFile = "/run/nextcloud-db";
|
dbpassFile = "/run/nextcloud-db";
|
||||||
#dbpassFile = "/var/nextcloud-db-pass";
|
|
||||||
|
|
||||||
adminpassFile = "/run/nextcloud-admin";
|
adminpassFile = "/run/nextcloud-admin";
|
||||||
#adminpassFile = "/var/nextcloud-admin-pass";
|
|
||||||
adminuser = "admin";
|
adminuser = "admin";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in New Issue