ci: 更新测试环境配置
All checks were successful
CI/CD Pipeline / build-and-deploy (push) Successful in 1m55s
All checks were successful
CI/CD Pipeline / build-and-deploy (push) Successful in 1m55s
- 在 llmx-core-service 和 llmx-impl-bailian 模块的 application-test.yml 文件中添加 Nacos 配置导入 - 新增的配置包括命名空间和分组信息,用于区分不同的环境和应用
This commit is contained in:
parent
db63fd6a27
commit
dae4a58589
@ -2,6 +2,8 @@ server:
|
||||
port: 9002
|
||||
spring:
|
||||
config:
|
||||
import: classpath:nacos-test.yml
|
||||
import:
|
||||
- classpath:nacos-test.yml
|
||||
- nacos:llmx-core-service.yml?namespace=1a32d4f4-469a-4e10-ba3b-ce1bc6ba8cc9&group=test
|
||||
|
||||
|
||||
|
||||
@ -2,7 +2,9 @@ server:
|
||||
port: 9003
|
||||
spring:
|
||||
config:
|
||||
import: classpath:nacos-test.yml
|
||||
import:
|
||||
- classpath:nacos-test.yml
|
||||
- nacos:llmx-impl-bailian.yml?namespace=da45f3a6-e7d0-4d92-b075-776adea07d6d&group=test
|
||||
application:
|
||||
name: llmx-impl-bailian
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user