本地配置调整
This commit is contained in:
parent
290b46c1ef
commit
e571fe6f42
|
|
@ -13,19 +13,17 @@ spring:
|
||||||
cloud:
|
cloud:
|
||||||
nacos:
|
nacos:
|
||||||
discovery:
|
discovery:
|
||||||
namespace: cc149503-5508-4da9-a735-9505e2a91363
|
|
||||||
# 服务注册地址
|
# 服务注册地址
|
||||||
server-addr: 172.20.32.181:31203
|
server-addr: nacos-ci4s.argo.svc:8848
|
||||||
username: nacos
|
username: nacos
|
||||||
password: h1n2x3j4y5@
|
password: h1n2x3j4y5@
|
||||||
retry:
|
retry:
|
||||||
enabled: true
|
enabled: true
|
||||||
config:
|
config:
|
||||||
namespace: cc149503-5508-4da9-a735-9505e2a91363
|
|
||||||
username: nacos
|
username: nacos
|
||||||
password: h1n2x3j4y5@
|
password: h1n2x3j4y5@
|
||||||
# 配置中心地址
|
# 配置中心地址
|
||||||
server-addr: 172.20.32.181:31203
|
server-addr: nacos-ci4s.argo.svc:8848
|
||||||
# 配置文件格式
|
# 配置文件格式
|
||||||
file-extension: yml
|
file-extension: yml
|
||||||
# 共享配置
|
# 共享配置
|
||||||
|
|
@ -38,18 +36,6 @@ spring:
|
||||||
refresh: true
|
refresh: true
|
||||||
|
|
||||||
redis:
|
redis:
|
||||||
host: 172.20.32.88
|
host: 172.20.32.150
|
||||||
port: 6379
|
port: 6379
|
||||||
password:
|
password:
|
||||||
|
|
||||||
oauth2:
|
|
||||||
url: http://172.20.32.106:8080
|
|
||||||
# url: http://110.41.62.43:8088
|
|
||||||
client-id: ci4s
|
|
||||||
client-secret: 123456
|
|
||||||
user-authorization-uri: ${oauth2.url}/oauth/authorize
|
|
||||||
access-token-uri: ${oauth2.url}/oauth/token
|
|
||||||
logout-uri: ${oauth2.url}/logout
|
|
||||||
redirect-uri: http://172.20.32.83:8002/authorize
|
|
||||||
check-token-uri: ${oauth2.url}/oauth/check_token
|
|
||||||
login-page: ${oauth2.url}/login.html
|
|
||||||
|
|
|
||||||
|
|
@ -4,10 +4,6 @@ server:
|
||||||
|
|
||||||
# Spring
|
# Spring
|
||||||
spring:
|
spring:
|
||||||
redis:
|
|
||||||
host: 172.20.32.88
|
|
||||||
port: 6379
|
|
||||||
password:
|
|
||||||
application:
|
application:
|
||||||
# 应用名称
|
# 应用名称
|
||||||
name: ruoyi-gateway
|
name: ruoyi-gateway
|
||||||
|
|
@ -18,18 +14,16 @@ spring:
|
||||||
nacos:
|
nacos:
|
||||||
discovery:
|
discovery:
|
||||||
# 服务注册地址
|
# 服务注册地址
|
||||||
server-addr: 172.20.32.181:31203
|
server-addr: nacos-ci4s.argo.svc:8848
|
||||||
username: nacos
|
username: nacos
|
||||||
password: h1n2x3j4y5@
|
password: h1n2x3j4y5@
|
||||||
retry:
|
retry:
|
||||||
enabled: true
|
enabled: true
|
||||||
namespace: cc149503-5508-4da9-a735-9505e2a91363
|
|
||||||
config:
|
config:
|
||||||
namespace: cc149503-5508-4da9-a735-9505e2a91363
|
|
||||||
username: nacos
|
username: nacos
|
||||||
password: h1n2x3j4y5@
|
password: h1n2x3j4y5@
|
||||||
# 配置中心地址
|
# 配置中心地址
|
||||||
server-addr: 172.20.32.181:31203
|
server-addr: nacos-ci4s.argo.svc:8848
|
||||||
# 配置文件格式
|
# 配置文件格式
|
||||||
file-extension: yml
|
file-extension: yml
|
||||||
# 共享配置
|
# 共享配置
|
||||||
|
|
|
||||||
|
|
@ -14,16 +14,14 @@ spring:
|
||||||
nacos:
|
nacos:
|
||||||
discovery:
|
discovery:
|
||||||
# 服务注册地址
|
# 服务注册地址
|
||||||
namespace: cc149503-5508-4da9-a735-9505e2a91363
|
server-addr: nacos-ci4s.argo.svc:8848
|
||||||
server-addr: 172.20.32.181:31203
|
|
||||||
username: nacos
|
username: nacos
|
||||||
password: h1n2x3j4y5@
|
password: h1n2x3j4y5@
|
||||||
config:
|
config:
|
||||||
namespace: cc149503-5508-4da9-a735-9505e2a91363
|
|
||||||
username: nacos
|
username: nacos
|
||||||
password: h1n2x3j4y5@
|
password: h1n2x3j4y5@
|
||||||
# 配置中心地址
|
# 配置中心地址
|
||||||
server-addr: 172.20.32.181:31203
|
server-addr: nacos-ci4s.argo.svc:8848
|
||||||
# 配置文件格式
|
# 配置文件格式
|
||||||
file-extension: yml
|
file-extension: yml
|
||||||
# 共享配置
|
# 共享配置
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue