From 0c597813c2a8d05b9e122efd86b04ac92064c281 Mon Sep 17 00:00:00 2001 From: Jet Li Date: Mon, 14 Apr 2025 21:57:20 -0700 Subject: [PATCH] fix(devbox): change to https for authentication --- devbox/cli/devbox | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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