Skip to content

Commit

Permalink
Merge pull request #752 from slidewiki/Fix-SSO
Browse files Browse the repository at this point in the history
Fix typo
  • Loading branch information
kadevgraaf authored Feb 8, 2018
2 parents cda7857 + 1b9ca86 commit a098ae7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion general.js.template
Original file line number Diff line number Diff line change
Expand Up @@ -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}
};

0 comments on commit a098ae7

Please sign in to comment.