fix: preserve Sub2API host env keys
Pipelines as Code CI / hwlab-web-probe-sentinel-nc01- Success

This commit is contained in:
Codex
2026-07-09 14:45:37 +02:00
parent 121a28544c
commit 2bcbc634e0
4 changed files with 118 additions and 18 deletions
+1
View File
@@ -140,6 +140,7 @@ export interface Sub2ApiHostDockerConfig {
redisPort: number;
databaseHost: string;
databaseSslMode: string;
preserveEnvKeys: string[];
noProxy: string[];
}