web-interface.config.js.template Maven / Gradle / Ivy
window.appConfig = {
gl2ServerUrl: '${serverUri}',
gl2AppPathPrefix: '${appPathPrefix}',
rootTimeZone: '${rootTimeZone}',
pluginUISettings: ${pluginUISettings},
isCloud: ${isCloud},
featureFlags: ${featureFlags},
telemetry: ${telemetry},
contentStream: ${contentStream}
};
© 2015 - 2024 Weber Informatics LLC | Privacy Policy