forked from freeleaps/freeleaps-pub
fix(devbox): change to https for authentication
This commit is contained in:
parent
1df71dfb7c
commit
0c597813c2
@ -698,7 +698,7 @@ else
|
|||||||
export FREELEAPS_CONTENT_ENDPOINT=https://content.freeleaps-alpha.com/api/content/
|
export FREELEAPS_CONTENT_ENDPOINT=https://content.freeleaps-alpha.com/api/content/
|
||||||
export FREELEAPS_NOTIFICATION_ENDPOINT=https://notification.freeleaps-alpha.com/api/notification/
|
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_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 FREELEAPS_AILAB_ENDPOINT=https://as010-w2-re-vm.mathmast.com:8009/api/
|
||||||
export KAFKA_SERVER_URL=''
|
export KAFKA_SERVER_URL=''
|
||||||
export EMAIL_FROM=freeleaps@freeleaps.com
|
export EMAIL_FROM=freeleaps@freeleaps.com
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user