mirror of
https://github.com/fosrl/pangolin.git
synced 2026-02-08 05:56:38 +00:00
Remove maintence mode internal vars and use server
This commit is contained in:
@@ -380,8 +380,8 @@ export async function getTraefikConfig(
|
||||
: {})
|
||||
};
|
||||
|
||||
const maintenancePort = config.getRawConfig().traefik?.maintenance_port;
|
||||
const maintenanceHost = config.getRawConfig().traefik?.maintenance_host || 'dev_pangolin';
|
||||
const maintenancePort = config.getRawConfig().server.next_port;
|
||||
const maintenanceHost = config.getRawConfig().server.internal_hostname;
|
||||
|
||||
config_output.http.services[maintenanceServiceName] = {
|
||||
loadBalancer: {
|
||||
|
||||
Reference in New Issue
Block a user