chore: 更新 shccd159 配置与 application.yml
Made-with: Cursor
This commit is contained in:
@@ -13,7 +13,7 @@ ENV = 'production'
|
|||||||
# VUE_APP_BASE_API = 'http://jfadmin.xiashengjun.com'
|
# VUE_APP_BASE_API = 'http://jfadmin.xiashengjun.com'
|
||||||
|
|
||||||
# shjjy153 项目
|
# shjjy153 项目
|
||||||
VUE_APP_BASE_API = 'http://jjy-jfadmin.fwxgpt.com'
|
# VUE_APP_BASE_API = 'http://jjy-jfadmin.fwxgpt.com'
|
||||||
|
|
||||||
# shccd159 项目
|
# shccd159 项目
|
||||||
# VUE_APP_BASE_API = 'http://ccd-jfadmin.fwxgpt.com'
|
VUE_APP_BASE_API = 'http://ccd-jfadmin.fwxgpt.com'
|
||||||
|
|||||||
@@ -7,19 +7,19 @@ server:
|
|||||||
port: 30032
|
port: 30032
|
||||||
|
|
||||||
sync:
|
sync:
|
||||||
source-id: shop_e
|
source-id: shop_f
|
||||||
target-mer-id: 7
|
target-mer-id: 8
|
||||||
|
|
||||||
spring:
|
spring:
|
||||||
datasource:
|
datasource:
|
||||||
name: yangtangyoupin
|
name: yangtangyoupin
|
||||||
type: com.alibaba.druid.pool.DruidDataSource
|
type: com.alibaba.druid.pool.DruidDataSource
|
||||||
driver-class-name: com.mysql.jdbc.Driver
|
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
|
username: yangtangyoupin
|
||||||
password: 5Fn8eWrbYFtAhCZw
|
password: 5Fn8eWrbYFtAhCZw
|
||||||
redis:
|
redis:
|
||||||
host: 101.132.245.153 #地址
|
host: 182.92.78.159 #地址
|
||||||
port: 6379 #端口
|
port: 6379 #端口
|
||||||
password: '123456'
|
password: '123456'
|
||||||
timeout: 10000 # 连接超时时间(毫秒)
|
timeout: 10000 # 连接超时时间(毫秒)
|
||||||
|
|||||||
@@ -38,7 +38,7 @@ server:
|
|||||||
|
|
||||||
spring:
|
spring:
|
||||||
profiles:
|
profiles:
|
||||||
active: shjjy153
|
active: shccd159
|
||||||
servlet:
|
servlet:
|
||||||
multipart:
|
multipart:
|
||||||
max-file-size: 50MB #设置单个文件大小
|
max-file-size: 50MB #设置单个文件大小
|
||||||
|
|||||||
Reference in New Issue
Block a user