Refine subscription import and refresh flow
This commit is contained in:
@@ -29,6 +29,7 @@ export const settings = {
|
||||
hostNetworkStatePath:
|
||||
process.env.HARBOR_HOST_NETWORK_STATE || "/run/harbor-host/network.json",
|
||||
gatewayPresencePort: parsePort(process.env.HARBOR_GATEWAY_CONTROL_PORT, 3456),
|
||||
subscriptionTimeoutMs: parsePort(process.env.SUBSCRIPTION_TIMEOUT_MS, 15_000),
|
||||
hwidPath: path.join(dataDir, "hwid"),
|
||||
logLevel: process.env.LOG_LEVEL || "info",
|
||||
appName: "VPN Proxy Gateway",
|
||||
|
||||
Reference in New Issue
Block a user