This commit is contained in:
2026-02-09 21:18:52 -06:00
parent 27e0a448b8
commit 07e8fc704f

View File

@@ -27,7 +27,7 @@ let
"${toString cfg.port}:6060"
];
environment = {
DATABASE_URL = "jdbc:mariadb://localhost:3306/booklore";
DATABASE_URL = "jdbc:mariadb://10.0.1.3:3306/booklore";
DATABASE_USERNAME = "booklore";
DATABASE_PASSWORD = "Lucifer008!";
PUID = cfg.puid;