mv {,internal}port

This commit is contained in:
Taeer Bar-Yam 2024-09-23 12:11:04 -04:00
parent ca8310dce3
commit 2657e2130f

View file

@ -164,7 +164,7 @@ in
rpc_bind_addr = "[::]:${toString fedicfg.rpc.port}";
rpc_public_addr = "[::1]:${toString fedicfg.rpc.port}";
s3_api.api_bind_addr = "[::]:${toString fedicfg.api.port}";
s3_web.bind_addr = "[::]:${toString fedicfg.web.port}";
s3_web.bind_addr = "[::]:${toString fedicfg.web.internalPort}";
s3_web.root_domain = ".${fedicfg.web.rootDomain}";
index = "index.html";