add freeleapsDevopsEndpoint

This commit is contained in:
Nicolas 2025-09-04 10:12:59 +08:00
parent 16e15306b1
commit 59c56d05b8
2 changed files with 2 additions and 0 deletions

View File

@ -75,6 +75,7 @@ freeleaps:
freeleapsPaymentEndpoint: http://payment-service.freeleaps-alpha.svc.freeleaps.cluster:8006/api/payment/
freeleapsAuthenticationEndpoint: http://authentication-service.freeleaps-alpha.svc.freeleaps.cluster:8004/api/auth/
freeleapsNotificationEndpoint: http://notification-service.freeleaps-alpha.svc.freeleaps.cluster:8003/api/notification/
freeleapsDevopsEndpoint: http://devops-service.freeleaps-alpha.svc.freeleaps.cluster:8014/api/devops/
freeleapsAilabEndpoint: ''
appEnv: 'alpha'
redisIsCluster: 'false'

View File

@ -66,6 +66,7 @@ freeleaps:
freeleapsPaymentEndpoint: http://payment-service.freeleaps-prod.svc.freeleaps.cluster:8006/api/payment/
freeleapsAuthenticationEndpoint: http://authentication-service.freeleaps-prod.svc.freeleaps.cluster:8004/api/auth/
freeleapsNotificationEndpoint: http://notification-service.freeleaps-prod.svc.freeleaps.cluster:8003/api/notification/
freeleapsDevopsEndpoint: http://devops-service.freeleaps-prod.svc.freeleaps.cluster:8014/api/devops/
freeleapsAilabEndpoint: ''
appEnv: prod