diff --git a/src/wwwroot/env/PROD.js b/src/wwwroot/env/PROD.js index 72c1de13..c754aa01 100644 --- a/src/wwwroot/env/PROD.js +++ b/src/wwwroot/env/PROD.js @@ -3,5 +3,5 @@ cuitServiceBaseUrl: "https://apis.fromdoppler.com/cuit", hostSmtp: "smtp.dopplerrelay.com", portSmtp: "587", - useClerkAuthentication: false, + useClerkAuthentication: true, });