Browse Source

完善

zhanglei
yxt_djz 3 years ago
parent
commit
c44686f897
  1. 2
      anrui-base/anrui-base-ui/.env.development
  2. 6
      anrui-gateway/src/main/resources/application-devv.yml
  3. 2
      anrui-scm/anrui-scm-ui/.env.development
  4. 2
      anrui-system-ui/.env.development

2
anrui-base/anrui-base-ui/.env.development

@ -6,4 +6,4 @@ VUE_APP_BASE_API = '/api'
## 配置测试和本地开发时的 接口地址
##VUE_APP_URL = "http://26077a35f5.wicp.vip"
VUE_APP_URL = "http://127.0.0.1:8111"
VUE_APP_URL = "http://anrui.yyundong.com"

6
anrui-gateway/src/main/resources/application-devv.yml

@ -4,16 +4,16 @@ spring:
cloud:
nacos:
discovery:
server-addr: 127.0.0.1:8848
server-addr: 39.104.100.138:8848
redis:
database: 3 # Redis数据库索引(默认为0)
host: 127.0.0.1
host: 39.104.100.138
jedis:
pool:
max-active: -1 #连接池最大连接数(使用负值表示没有限制)
max-idle: 8 #连接池中的最大空闲连接
max-wait: -1 # 连接池最大阻塞等待时间(使用负值表示没有限制)
min-idle: 0 # 连接池中的最小空闲连接
password: 123456
password:
port: 6379
timeout: 0 # 连接超时时间(毫秒)

2
anrui-scm/anrui-scm-ui/.env.development

@ -6,6 +6,6 @@ VUE_APP_BASE_API = '/api'
## 配置测试和本地开发时的 接口地址
##VUE_APP_URL = "http://26077a35f5.wicp.vip"
VUE_APP_URL = "http://127.0.0.1:8111"
VUE_APP_URL = "http://anrui.yyundong.com"
##VUE_APP_URL = "http://120.46.172.184:8111"
##VUE_APP_URL = "http://1mn7264414.qicp.vip"

2
anrui-system-ui/.env.development

@ -6,5 +6,5 @@ VUE_APP_BASE_API = '/api'
## 配置测试和本地开发时的 接口地址
##VUE_APP_URL = "http://26077a35f5.wicp.vip"
VUE_APP_URL = "http://127.0.0.1:8111"
VUE_APP_URL = "http://anrui.yyundong.com"
##VUE_APP_URL = "http://1mn7264414.qicp.vip"

Loading…
Cancel
Save