firefly
This commit is contained in:

committed by
Shelvacu on legtop

parent
596263f4e8
commit
3b77672cb1
@@ -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 = "";
|
||||||
|
Reference in New Issue
Block a user