From c44686f8979f458df741fbe8f9d805f8e622998d Mon Sep 17 00:00:00 2001 From: yxt_djz Date: Sun, 23 Oct 2022 09:45:27 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AE=8C=E5=96=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- anrui-base/anrui-base-ui/.env.development | 2 +- anrui-gateway/src/main/resources/application-devv.yml | 6 +++--- anrui-scm/anrui-scm-ui/.env.development | 2 +- anrui-system-ui/.env.development | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/anrui-base/anrui-base-ui/.env.development b/anrui-base/anrui-base-ui/.env.development index 34cf278f14..25d917fcc7 100644 --- a/anrui-base/anrui-base-ui/.env.development +++ b/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" diff --git a/anrui-gateway/src/main/resources/application-devv.yml b/anrui-gateway/src/main/resources/application-devv.yml index b4cd9fb9f3..b1765f73e1 100644 --- a/anrui-gateway/src/main/resources/application-devv.yml +++ b/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 # 连接超时时间(毫秒) \ No newline at end of file diff --git a/anrui-scm/anrui-scm-ui/.env.development b/anrui-scm/anrui-scm-ui/.env.development index e1ca890f54..584f2c04b3 100644 --- a/anrui-scm/anrui-scm-ui/.env.development +++ b/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" diff --git a/anrui-system-ui/.env.development b/anrui-system-ui/.env.development index c5bba5300a..5e5768ee14 100644 --- a/anrui-system-ui/.env.development +++ b/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"