diff --git a/devbox/cli/devbox b/devbox/cli/devbox index bb6a6ff..768157b 100755 --- a/devbox/cli/devbox +++ b/devbox/cli/devbox @@ -698,7 +698,7 @@ else export FREELEAPS_CONTENT_ENDPOINT=https://content.freeleaps-alpha.com/api/content/ export FREELEAPS_NOTIFICATION_ENDPOINT=https://notification.freeleaps-alpha.com/api/notification/ export FREELEAPS_CENTRAL_STORAGE_ENDPOINT=https://central-storage.freeleaps-alpha.com/api/central_storage/ - export FREELEAPS_AUTHENTICATION_ENDPOINT=http://authentication.freeleaps-alpha.com/api/auth/ + export FREELEAPS_AUTHENTICATION_ENDPOINT=https://authentication.freeleaps-alpha.com/api/auth/ export FREELEAPS_AILAB_ENDPOINT=https://as010-w2-re-vm.mathmast.com:8009/api/ export KAFKA_SERVER_URL='' export EMAIL_FROM=freeleaps@freeleaps.com