diff --git a/backend-adminend/.env.production b/backend-adminend/.env.production index 0c4fcac..d0ba63e 100644 --- a/backend-adminend/.env.production +++ b/backend-adminend/.env.production @@ -13,7 +13,7 @@ ENV = 'production' # VUE_APP_BASE_API = 'http://jfadmin.xiashengjun.com' # shjjy153 项目 -VUE_APP_BASE_API = 'http://jjy-jfadmin.fwxgpt.com' +# VUE_APP_BASE_API = 'http://jjy-jfadmin.fwxgpt.com' # shccd159 项目 -# VUE_APP_BASE_API = 'http://ccd-jfadmin.fwxgpt.com' +VUE_APP_BASE_API = 'http://ccd-jfadmin.fwxgpt.com' diff --git a/backend/crmeb-admin/src/main/resources/application-shccd159.yml b/backend/crmeb-admin/src/main/resources/application-shccd159.yml index 64666eb..4f44ee3 100644 --- a/backend/crmeb-admin/src/main/resources/application-shccd159.yml +++ b/backend/crmeb-admin/src/main/resources/application-shccd159.yml @@ -7,19 +7,19 @@ server: port: 30032 sync: - source-id: shop_e - target-mer-id: 7 + source-id: shop_f + target-mer-id: 8 spring: datasource: name: yangtangyoupin type: com.alibaba.druid.pool.DruidDataSource driver-class-name: com.mysql.jdbc.Driver - url: jdbc:mysql://101.132.245.153:3306/${spring.datasource.name}?useUnicode=true&serverTimezone=GMT%2B8&characterEncoding=utf8 + url: jdbc:mysql://182.92.78.159:3306/${spring.datasource.name}?useUnicode=true&serverTimezone=GMT%2B8&characterEncoding=utf8 username: yangtangyoupin password: 5Fn8eWrbYFtAhCZw redis: - host: 101.132.245.153 #地址 + host: 182.92.78.159 #地址 port: 6379 #端口 password: '123456' timeout: 10000 # 连接超时时间(毫秒) diff --git a/backend/crmeb-admin/src/main/resources/application.yml b/backend/crmeb-admin/src/main/resources/application.yml index 3374b10..11e96cd 100644 --- a/backend/crmeb-admin/src/main/resources/application.yml +++ b/backend/crmeb-admin/src/main/resources/application.yml @@ -38,7 +38,7 @@ server: spring: profiles: - active: shjjy153 + active: shccd159 servlet: multipart: max-file-size: 50MB #设置单个文件大小