From 3da4accb4eb1e46d2f7ae7622b062b0d0af26e9f Mon Sep 17 00:00:00 2001 From: Jet Li Date: Tue, 11 Feb 2025 03:25:54 +0000 Subject: [PATCH] Update chat endpoint --- devbox/devbox.local/.dev.env | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devbox/devbox.local/.dev.env b/devbox/devbox.local/.dev.env index 6f27ad7..4babe02 100755 --- a/devbox/devbox.local/.dev.env +++ b/devbox/devbox.local/.dev.env @@ -15,7 +15,7 @@ export FREELEAPS_CONTENT_ENDPOINT=http://localhost:8013/api/content/ export FREELEAPS_CENTRAL_STORAGE_ENDPOINT=http://localhost:8005/api/central_storage/ export FREELEAPS_AUTHENTICATION_ENDPOINT=http://localhost:8004/api/auth/ export FREELEAPS_PAYMENT_ENDPOINT=http://localhost:8006/api/payment/ -export FREELEAPS_CHAT_ENDPOINT=http://localhost:8009/api/chat/ +export FREELEAPS_CHAT_ENDPOINT=http://localhost:8012/api/chat/ export JWT_SECRET_KEY=8f87ca8c3c9c3df09a9c78e0adb0927855568f6072d9efc892534aee35f5867b export FREELEAPS_AUTHENTICATION_ENDPOINT=http://localhost:8004/api/auth/ export EMAIL_FROM=freeleaps@freeleaps.com