This commit is contained in:
Shelvacu
2024-12-26 16:03:07 -08:00
committed by Shelvacu on legtop
parent 596263f4e8
commit 3b77672cb1

View File

@@ -51,7 +51,7 @@ in
TRUSTED_PROXIES = container.hostAddress; TRUSTED_PROXIES = container.hostAddress;
DB_CONNECTION = "pgsql"; DB_CONNECTION = "pgsql";
DB_HOST = container.hostAddress; DB_HOST = container.hostAddress;
DB_PORT = "5432"; DB_PORT = 5432;
DB_DATABASE = "firefly"; DB_DATABASE = "firefly";
DB_USERNAME = "firefly"; DB_USERNAME = "firefly";
DB_PASSWORD = ""; DB_PASSWORD = "";