Update chat endpoint

This commit is contained in:
Jet Li 2025-02-11 03:25:54 +00:00
parent adaf11aeae
commit 3da4accb4e

View File

@ -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_CENTRAL_STORAGE_ENDPOINT=http://localhost:8005/api/central_storage/
export FREELEAPS_AUTHENTICATION_ENDPOINT=http://localhost:8004/api/auth/ export FREELEAPS_AUTHENTICATION_ENDPOINT=http://localhost:8004/api/auth/
export FREELEAPS_PAYMENT_ENDPOINT=http://localhost:8006/api/payment/ 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 JWT_SECRET_KEY=8f87ca8c3c9c3df09a9c78e0adb0927855568f6072d9efc892534aee35f5867b
export FREELEAPS_AUTHENTICATION_ENDPOINT=http://localhost:8004/api/auth/ export FREELEAPS_AUTHENTICATION_ENDPOINT=http://localhost:8004/api/auth/
export EMAIL_FROM=freeleaps@freeleaps.com export EMAIL_FROM=freeleaps@freeleaps.com