ci: 更新 Nacos 配置文件中的命名空间
All checks were successful
CI/CD Pipeline / build-and-deploy (push) Successful in 2m2s

- 修改 llmx-core-service 的 Nacos命名空间为 1a32d4f4-469a-4e10-ba3b-ce1bc6ba8cc9
- 修改 llmx-impl-bailian 的 Nacos 命名空间为 da45f3a6-e7d0-4d92-b075-776adea07d6d
This commit is contained in:
gewuyou 2025-05-10 12:17:55 +08:00
parent 472e1a8a5a
commit db63fd6a27
2 changed files with 2 additions and 2 deletions

View File

@ -13,7 +13,7 @@ spring:
username: ${spring.cloud.nacos.username}
password: ${spring.cloud.nacos.password}
file-extension: yaml
namespace: 8720bd0b-1a64-418e-a922-7b92cd16d54b
namespace: 1a32d4f4-469a-4e10-ba3b-ce1bc6ba8cc9
shared-configs:
- data-id: llmx-core-service.yml
refresh: true

View File

@ -13,7 +13,7 @@ spring:
username: ${spring.cloud.nacos.username}
password: ${spring.cloud.nacos.password}
file-extension: yaml
namespace: 2067164e-f3c1-4545-86eb-db13912af42e
namespace: da45f3a6-e7d0-4d92-b075-776adea07d6d
shared-configs:
- data-id: llmx-impl-bailian.yml
refresh: true