feat: update environment variables in production configuration for chat and freeleaps services

Signed-off-by: zhenyus <zhenyus@mathmast.com>
This commit is contained in:
zhenyus 2025-03-07 15:43:16 +08:00
parent 4fe1024925
commit 4437a360a8
2 changed files with 2 additions and 2 deletions

View File

@ -53,5 +53,5 @@ chat:
freeleapsChatEndpoint: http://chat-service.freeleaps-prod.svc.freeleaps.cluster:8012 freeleapsChatEndpoint: http://chat-service.freeleaps-prod.svc.freeleaps.cluster:8012
freeleapsPaymentEndpoint: http://payment-service.freeleaps-prod.svc.freeleaps.cluster:8006 freeleapsPaymentEndpoint: http://payment-service.freeleaps-prod.svc.freeleaps.cluster:8006
freeleapsAilabEndpoint: '' freeleapsAilabEndpoint: ''
freeleapsEnv: prod freeleapsEnv: chat
certPath: '' certPath: ''

View File

@ -54,5 +54,5 @@ freeleaps:
freeleapsPaymentEndpoint: http://payment-service.freeleaps-prod.svc.freeleaps.cluster:8006/api/payment/ freeleapsPaymentEndpoint: http://payment-service.freeleaps-prod.svc.freeleaps.cluster:8006/api/payment/
freeleapsAuthenticationEndpoint: http://authentication-service.freeleaps-prod.svc.freeleaps.cluster:8004/api/auth/ freeleapsAuthenticationEndpoint: http://authentication-service.freeleaps-prod.svc.freeleaps.cluster:8004/api/auth/
freeleapsAilabEndpoint: '' freeleapsAilabEndpoint: ''
freeleapsEnv: prod freeleapsEnv: alpha
certPath: '' certPath: ''