fix(devbox): change to https for authentication

This commit is contained in:
jetli 2025-04-14 21:57:20 -07:00
parent 1df71dfb7c
commit 0c597813c2

View File

@ -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