fix(devbox) fix alpha endpoint

This commit is contained in:
jetli 2025-04-14 21:41:17 -07:00
parent ae59047e1c
commit 1df71dfb7c

View File

@ -693,12 +693,12 @@ else
export STRIPE_WEBHOOK_SECRET=whsec_S6ZWjSAdR5Cpsn2USH6ZRBqbdBIENjTC
export STRIPE_ACCOUNT_WEBHOOK_SECRET=whsec_PgPnkWGhEUiQfnV8aIb5Wmruz7XETJLm
export SITE_URL_ROOT=http://localhost/
export FREELEAPS_DEVSVC_ENDPOINT=http://52.149.3.85:8007/api/devsvc/
export FREELEAPS_CHAT_ENDPOINT=https://freeleaps-alpha.com/api/chat/
export FREELEAPS_CONTENT_ENDPOINT=http://52.149.35.244:8013/api/content/
export FREELEAPS_NOTIFICATION_ENDPOINT=http://52.149.35.244:8003/api/notification/
export FREELEAPS_CENTRAL_STORAGE_ENDPOINT=http://52.149.35.244:8005/api/central_storage/
export FREELEAPS_AUTHENTICATION_ENDPOINT=http://52.149.35.244:8004/api/auth/
export FREELEAPS_DEVSVC_ENDPOINT=https://devsvc.freeleaps-alpha.com/api/devsvc/
export FREELEAPS_CHAT_ENDPOINT=https://chat.freeleaps-alpha.com/api/chat/
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_AILAB_ENDPOINT=https://as010-w2-re-vm.mathmast.com:8009/api/
export KAFKA_SERVER_URL=''
export EMAIL_FROM=freeleaps@freeleaps.com