feat: add the "admin-server-host" config to set the host for the admin server

This commit is contained in:
Andrei Dziahel
2024-06-24 14:47:19 -05:00
committed by GitHub
parent 4761fad956
commit 9d7e87b3e0
16 changed files with 43 additions and 4 deletions
+1
View File
@@ -150,6 +150,7 @@ baseCfg = let secret = Just $ encodeUtf8 "reallyreallyreallyreallyverysafe" in
, configServerUnixSocketMode = 432
, configDbTxAllowOverride = True
, configDbTxRollbackAll = True
, configAdminServerHost = "localhost"
, configAdminServerPort = Nothing
, configRoleSettings = mempty
, configRoleIsoLvl = mempty