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