We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 037f507 commit a5dc101Copy full SHA for a5dc101
.generator/templates/configuration.mustache
@@ -79,6 +79,9 @@ export function createConfiguration(conf: ConfigurationParameters = {}): Configu
79
if (process.env.DD_SITE) {
80
let serverConf = server1.getConfiguration();
81
server1.setVariables({"site": process.env.DD_SITE} as (typeof serverConf));
82
+ for (const op in operationServers) {
83
+ (operationServers[op][0] as any).setVariables({ site: process.env.DD_SITE });
84
+ }
85
}
86
87
const authMethods = conf.authMethods || {};
0 commit comments