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