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 a5dc101 commit fc0b499Copy full SHA for fc0b499
.generator/templates/configuration.mustache
@@ -79,9 +79,6 @@ 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