This commit is contained in:
2026-02-09 21:15:31 -06:00
parent c8f8fce410
commit 50773eda54

View File

@@ -29,7 +29,7 @@ let
environment = {
DATABASE_URL = "jdbc:mariadb://localhost:3306/booklore";
DATABASE_USERNAME = "booklore";
# DATABASE_PASSWORD = ${DB_PASSWORD};
DATABASE_PASSWORD = "Lucifer008!";
PUID = cfg.puid;
PGID = cfg.pgid;
TZ = cfg.timeZone;