From 1b9ca866dca1a5ed665eed0af6135407cc68c6f0 Mon Sep 17 00:00:00 2001 From: kadevgraaf Date: Thu, 8 Feb 2018 10:44:24 +0100 Subject: [PATCH] Fix typo --- general.js.template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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} };