diff --git a/proxy/config.js b/proxy/config.js index 9b5d9e9b2..df181c87e 100644 --- a/proxy/config.js +++ b/proxy/config.js @@ -15,7 +15,7 @@ module.exports = { }, registration: { useConsultingTypeSlug: !!parseInt( - process.env.FRONTEND_REGISTRATION_USE_CONSULTINGTYPE_SLUG || '0' + process.env.FRONTEND_REGISTRATION_USE_CONSULTINGTYPE_SLUG || '1' ) } };