nix: emit PGPORT instead of POSTGRES_PORT
This commit is contained in:
parent
39c60947f3
commit
993a9828e3
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@ let
|
|||
STATIC_ROOT = (builtins.toPath cfg.stateDir) + "/static";
|
||||
POSTGRES_HOST = cfg.database.host;
|
||||
POSTGRES_USER = cfg.database.user;
|
||||
POSTGRES_PORT = (toString cfg.database.port);
|
||||
PGPORT = (toString cfg.database.port);
|
||||
POSTGRES_DB = cfg.database.database;
|
||||
REDIS_ACTIVITY_HOST = cfg.activityRedis.host;
|
||||
REDIS_ACTIVITY_PORT = (toString cfg.activityRedis.port);
|
||||
|
|
Loading…
Add table
Reference in a new issue