Explorar el Código

:zap: 精力手表旧版本更改环境

Twelve615 hace 1 año
padre
commit
1843ac0384

+ 2 - 1
jlsb-vue/.env.development

@@ -1,6 +1,7 @@
 NODE_ENV=development
 # VUE_APP_API_BASE_URL=http://localhost:9999/
-VUE_APP_API_BASE_URL=http://120.79.86.50:9999/
+# VUE_APP_API_BASE_URL=http://120.79.86.50:9999/
+VUE_APP_API_BASE_URL=http://localhost:9998/jlapi/
 VUE_APP_CAS_BASE_URL=http://cas.example.org:8443/cas
 VUE_APP_ONLINE_BASE_URL=http://fileview.jeecg.com/onlinePreview
 

+ 1 - 1
jlsb-vue/.env.production

@@ -1,4 +1,4 @@
 NODE_ENV=production
-VUE_APP_API_BASE_URL=http://127.0.0.1:9999/
+VUE_APP_API_BASE_URL=http://127.0.0.1:9998/jlapi
 VUE_APP_CAS_BASE_URL=http://127.0.0.1:8888/cas
 VUE_APP_ONLINE_BASE_URL=http://fileview.jeecg.com/onlinePreview

+ 10 - 10
jlsb/jeecg-boot-module-system/src/main/resources/application-prod.yml

@@ -1,5 +1,5 @@
 server:
-  port: 9999
+  port: 9998
   tomcat:
     max-swallow-size: -1
   error:
@@ -7,14 +7,14 @@ server:
     include-stacktrace: ALWAYS
     include-message: ALWAYS
   servlet:
-    context-path:
+    context-path: /jlapi
   #    context-path: /jeecg-boot
   compression:
     enabled: true
     min-response-size: 1024
     mime-types: application/javascript,application/json,application/xml,text/html,text/xml,text/plain,text/css,image/*
   system:
-    host: http://www.bruboses.com
+    host: http://admin.jinlery.cn/jlapi
 
 management:
   endpoints:
@@ -137,9 +137,9 @@ spring:
         connectionProperties: druid.stat.mergeSql\=true;druid.stat.slowSqlMillis\=5000
       datasource:
         master:
-          url: jdbc:mysql://127.0.0.1:3306/bruboses?characterEncoding=UTF-8&useUnicode=true&useSSL=false&tinyInt1isBit=false&allowPublicKeyRetrieval=true&serverTimezone=Asia/Shanghai
-          username: bruboses
-          password: mRhwWPmEbkRPn2yr
+          url: jdbc:mysql://120.26.90.253:3306/jinlery?characterEncoding=UTF-8&useUnicode=true&useSSL=false&tinyInt1isBit=false&allowPublicKeyRetrieval=true&serverTimezone=Asia/Shanghai
+          username: jinlery
+          password: ExCJXbzeTYeYfGsJ
           driver-class-name: com.mysql.cj.jdbc.Driver
           # 多数据源配置
   #        multi-datasource1:
@@ -149,8 +149,8 @@ spring:
   #          driver-class-name: com.mysql.cj.jdbc.Driver
   #redis 配置
   redis:
-    database: 0
-    host: 120.26.90.253
+    database: 2
+    host: 127.0.0.1
     lettuce:
       pool:
         max-active: 8   #最大连接数据库连接数,设 -1 为没有限制
@@ -202,9 +202,9 @@ jeecg :
   uploadType: local
   path :
     #文件上传根目录 设置
-    upload: /www/wwwroot/www.bruboses.com/brubosesTempFile
+    upload: /www/wwwroot/front.jinlery.com/jinleryTempFile
     #webapp文件路径
-    webapp: /www/wwwroot/www.bruboses.com/brubosesTempFile
+    webapp: /www/wwwroot/front.jinlery.com/jinleryTempFile
   shiro:
     excludeUrls: /test/jeecgDemo/demo3,/test/jeecgDemo/redisDemo/**,/category/**,/visual/**,/map/**,/jmreport/bigscreen2/**
   #阿里云oss存储和大鱼短信秘钥配置