超算接入abacus app
This commit is contained in:
parent
89a67ac48e
commit
efbdffeb9b
|
|
@ -14,17 +14,16 @@ spring:
|
|||
nacos:
|
||||
discovery:
|
||||
# 服务注册地址
|
||||
server-addr: 172.20.32.121:31203
|
||||
server-addr: nacos-ci4s.argo.svc:8848
|
||||
username: nacos
|
||||
password: h1n2x3j4y5@
|
||||
retry:
|
||||
enabled: true
|
||||
namespace: f4dffebe-4a37-4244-bff5-614bfbe98df7
|
||||
config:
|
||||
username: nacos
|
||||
password: h1n2x3j4y5@
|
||||
# 配置中心地址
|
||||
server-addr: 172.20.32.121:31203
|
||||
server-addr: nacos-ci4s.argo.svc:8848
|
||||
# 配置文件格式
|
||||
file-extension: yml
|
||||
# 共享配置
|
||||
|
|
@ -35,7 +34,6 @@ spring:
|
|||
- data-id: ${spring.application.name}-${spring.profiles.active}.${spring.cloud.nacos.config.file-extension}
|
||||
group: DEFAULT_GROUP
|
||||
refresh: true
|
||||
namespace: f4dffebe-4a37-4244-bff5-614bfbe98df7
|
||||
sentinel:
|
||||
# 取消控制台懒加载
|
||||
eager: true
|
||||
|
|
|
|||
|
|
@ -14,15 +14,14 @@ spring:
|
|||
nacos:
|
||||
discovery:
|
||||
# 服务注册地址
|
||||
server-addr: 172.20.32.121:31203
|
||||
server-addr: nacos-ci4s.argo.svc:8848
|
||||
username: nacos
|
||||
password: h1n2x3j4y5@
|
||||
namespace: f4dffebe-4a37-4244-bff5-614bfbe98df7
|
||||
config:
|
||||
username: nacos
|
||||
password: h1n2x3j4y5@
|
||||
# 配置中心地址
|
||||
server-addr: 172.20.32.121:31203
|
||||
server-addr: nacos-ci4s.argo.svc:8848
|
||||
# 配置文件格式
|
||||
file-extension: yml
|
||||
# 共享配置
|
||||
|
|
@ -33,4 +32,3 @@ spring:
|
|||
- data-id: ruoyi-system-${spring.profiles.active}.${spring.cloud.nacos.config.file-extension}
|
||||
group: DEFAULT_GROUP
|
||||
refresh: true
|
||||
namespace: f4dffebe-4a37-4244-bff5-614bfbe98df7
|
||||
Loading…
Reference in New Issue