mirror of
https://github.com/fosrl/pangolin.git
synced 2026-02-22 04:46:40 +00:00
Pull up downstream changes
This commit is contained in:
@@ -47,7 +47,9 @@ export function pullEnv(): Env {
|
||||
? true
|
||||
: false,
|
||||
enableClients:
|
||||
process.env.FLAGS_ENABLE_CLIENTS === "true" ? true : false
|
||||
}
|
||||
process.env.FLAGS_ENABLE_CLIENTS === "true" ? true : false,
|
||||
hideSupporterKey:
|
||||
process.env.HIDE_SUPPORTER_KEY === "true" ? true : false
|
||||
},
|
||||
};
|
||||
}
|
||||
|
||||
@@ -25,5 +25,6 @@ export type Env = {
|
||||
disableLocalSites: boolean;
|
||||
disableBasicWireguardSites: boolean;
|
||||
enableClients: boolean;
|
||||
};
|
||||
hideSupporterKey: boolean;
|
||||
},
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user