Browse Source

配置

master-fzznrj423
fanshuai 1 year ago
parent
commit
a10968f7e2
8 changed files with 17 additions and 17 deletions
  1. +2
    -2
      react-ui/config/proxy.ts
  2. +2
    -2
      ruoyi-auth/src/main/resources/bootstrap.yml
  3. +3
    -3
      ruoyi-gateway/src/main/resources/bootstrap.yml
  4. +2
    -2
      ruoyi-modules/management-platform/src/main/resources/bootstrap.yml
  5. +2
    -2
      ruoyi-modules/ruoyi-file/src/main/resources/bootstrap.yml
  6. +2
    -2
      ruoyi-modules/ruoyi-gen/src/main/resources/bootstrap.yml
  7. +2
    -2
      ruoyi-modules/ruoyi-job/src/main/resources/bootstrap.yml
  8. +2
    -2
      ruoyi-modules/ruoyi-system/src/main/resources/bootstrap.yml

+ 2
- 2
react-ui/config/proxy.ts View File

@@ -15,8 +15,8 @@ export default {
// localhost:8000/api/** -> https://preview.pro.ant.design/api/**
'/api/': {
// 要代理的地址
// target: 'http://172.20.32.181:31205',
target: 'http://172.20.32.98:8082',
target: 'ci4s-gateway-service.argo.svc:8082',
// target: 'http://172.20.32.98:8082',
// target: 'http://172.20.32.150:8082',
// 配置了这个可以从 http 代理到 https
// 依赖 origin 的功能可能需要这个,比如 cookie


+ 2
- 2
ruoyi-auth/src/main/resources/bootstrap.yml View File

@@ -14,10 +14,10 @@ spring:
nacos:
discovery:
# 服务注册地址
server-addr: nacos-ci4s.ci4s-test.svc:8848
server-addr: 172.nacos-ci4s.argo.svc:8848
config:
# 配置中心地址
server-addr: nacos-ci4s.ci4s-test.svc:8848
server-addr: 172.nacos-ci4s.argo.svc:8848
# 配置文件格式
file-extension: yml
# 共享配置


+ 3
- 3
ruoyi-gateway/src/main/resources/bootstrap.yml View File

@@ -14,10 +14,10 @@ spring:
nacos:
discovery:
# 服务注册地址
server-addr: nacos-ci4s.ci4s-test.svc:8848
server-addr: nacos-ci4s.argo.svc:8848
config:
# 配置中心地址
server-addr: nacos-ci4s.ci4s-test.svc:8848
server-addr: nacos-ci4s.argo.svc:8848
# 配置文件格式
file-extension: yml
# 共享配置
@@ -33,7 +33,7 @@ spring:
datasource:
ds1:
nacos:
server-addr: nacos-ci4s.ci4s-test.svc:8848
server-addr: nacos-ci4s.argo.svc:8848
dataId: sentinel-ruoyi-gateway
groupId: DEFAULT_GROUP
data-type: json


+ 2
- 2
ruoyi-modules/management-platform/src/main/resources/bootstrap.yml View File

@@ -14,10 +14,10 @@ spring:
nacos:
discovery:
# 服务注册地址
server-addr: nacos-ci4s.ci4s-test.svc:8848
server-addr: nacos-ci4s.argo.svc:8848
config:
# 配置中心地址
server-addr: nacos-ci4s.ci4s-test.svc:8848
server-addr: nacos-ci4s.argo.svc:8848
# 配置文件格式
file-extension: yml
# 共享配置


+ 2
- 2
ruoyi-modules/ruoyi-file/src/main/resources/bootstrap.yml View File

@@ -14,10 +14,10 @@ spring:
nacos:
discovery:
# 服务注册地址
server-addr: nacos-ci4s.ci4s-test.svc:8848
server-addr: nacos-ci4s.argo.svc:8848
config:
# 配置中心地址
server-addr: nacos-ci4s.ci4s-test.svc:8848
server-addr: nacos-ci4s.argo.svc:8848
# 配置文件格式
file-extension: yml
# 共享配置


+ 2
- 2
ruoyi-modules/ruoyi-gen/src/main/resources/bootstrap.yml View File

@@ -14,10 +14,10 @@ spring:
nacos:
discovery:
# 服务注册地址
server-addr: nacos-ci4s.ci4s-test.svc:8848
server-addr: nacos-ci4s.argo.svc:8848
config:
# 配置中心地址
server-addr: nacos-ci4s.ci4s-test.svc:8848
server-addr: nacos-ci4s.argo.svc:8848
# 配置文件格式
file-extension: yml
# 共享配置


+ 2
- 2
ruoyi-modules/ruoyi-job/src/main/resources/bootstrap.yml View File

@@ -14,10 +14,10 @@ spring:
nacos:
discovery:
# 服务注册地址
server-addr: nacos-ci4s.ci4s-test.svc:8848
server-addr: nacos-ci4s.argo.svc:8848
config:
# 配置中心地址
server-addr: nacos-ci4s.ci4s-test.svc:8848
server-addr: nacos-ci4s.argo.svc:8848
# 配置文件格式
file-extension: yml
# 共享配置


+ 2
- 2
ruoyi-modules/ruoyi-system/src/main/resources/bootstrap.yml View File

@@ -14,10 +14,10 @@ spring:
nacos:
discovery:
# 服务注册地址
server-addr: nacos-ci4s.ci4s-test.svc:8848
server-addr: nacos-ci4s.argo.svc:8848
config:
# 配置中心地址
server-addr: nacos-ci4s.ci4s-test.svc:8848
server-addr: nacos-ci4s.argo.svc:8848
# 配置文件格式
file-extension: yml
# 共享配置


Loading…
Cancel
Save