Update path for db password

This commit is contained in:
thiloho
2023-08-04 23:06:00 +02:00
parent a004532089
commit c44711c5f2

View File

@@ -57,7 +57,7 @@
database.createLocally = true; database.createLocally = true;
config = { config = {
dbType = "pgsql"; dbType = "pgsql";
adminpassFile = "/root/nextcloud-database-password"; adminpassFile = "/root/nextcloud-database-password.txt";
}; };
}; };
}; };