diff --git a/general.js.template b/general.js.template index bc8fafdf1..490e87789 100644 --- a/general.js.template +++ b/general.js.template @@ -12,5 +12,5 @@ export default { locales: ['en', 'de', 'it', 'es', 'nl', 'el', 'ca', 'sr'], publicRecaptchaKey: '${SERVICE_USER_PUBLIC_RECAPTCHA_KEY}', loglevel: '${LOGGING_LEVEL}', - ssoEnabled: $(SSO_ENABLED) + ssoEnabled: ${SSO_ENABLED} };