by80 分支:配置与部署文件
Made-with: Cursor
This commit is contained in:
@@ -6,6 +6,11 @@ crmeb:
|
|||||||
server:
|
server:
|
||||||
port: 30032
|
port: 30032
|
||||||
|
|
||||||
|
# 订单同步配置(每个单商户实例需要配置不同的source-id和target-mer-id)
|
||||||
|
sync:
|
||||||
|
source-id: shop_c
|
||||||
|
target-mer-id: 5
|
||||||
|
|
||||||
spring:
|
spring:
|
||||||
datasource:
|
datasource:
|
||||||
name: yangtangyoupin
|
name: yangtangyoupin
|
||||||
|
|||||||
@@ -6,6 +6,11 @@ crmeb:
|
|||||||
server:
|
server:
|
||||||
port: 30032
|
port: 30032
|
||||||
|
|
||||||
|
# 订单同步配置(每个单商户实例需要配置不同的source-id和target-mer-id)
|
||||||
|
sync:
|
||||||
|
source-id: shop_d
|
||||||
|
target-mer-id: 6
|
||||||
|
|
||||||
spring:
|
spring:
|
||||||
datasource:
|
datasource:
|
||||||
name: yangtangyoupin
|
name: yangtangyoupin
|
||||||
|
|||||||
@@ -38,7 +38,7 @@ server:
|
|||||||
|
|
||||||
spring:
|
spring:
|
||||||
profiles:
|
profiles:
|
||||||
active: miao50
|
active: miao80
|
||||||
servlet:
|
servlet:
|
||||||
multipart:
|
multipart:
|
||||||
max-file-size: 50MB #设置单个文件大小
|
max-file-size: 50MB #设置单个文件大小
|
||||||
|
|||||||
@@ -1,15 +1,20 @@
|
|||||||
by80:
|
by80:
|
||||||
|
spring:
|
||||||
|
profiles:
|
||||||
|
active: miao80
|
||||||
|
|
||||||
SERVER_HOST=123.56.214.80
|
SERVER_HOST=123.56.214.80
|
||||||
SERVER_USER=root
|
SERVER_USER=root
|
||||||
SERVER_PORT=22
|
SERVER_PORT=22
|
||||||
REMOTE_DIR=/www/crmeb
|
REMOTE_DIR=/www/wwwroot/crmeb
|
||||||
LOCAL_PORT=20822
|
FRONT_LOCAL_PORT=30031
|
||||||
JAR_NAME=sophia-front-2.2.jar
|
FRONT_JAR_NAME=miao-front-2.2.jar
|
||||||
|
ADMIN_LOCAL_PORT=30032
|
||||||
|
ADMIN_JAR_NAME=miao-admin-2.2.jar
|
||||||
|
|
||||||
|
|
||||||
miao50:
|
miao50:
|
||||||
|
spring:
|
||||||
spring:
|
|
||||||
profiles:
|
profiles:
|
||||||
active: miao50
|
active: miao50
|
||||||
|
|
||||||
|
|||||||
@@ -3,10 +3,10 @@ ENV = 'development'
|
|||||||
|
|
||||||
# base api
|
# base api
|
||||||
# VUE_APP_BASE_API = '/dev-api'
|
# VUE_APP_BASE_API = '/dev-api'
|
||||||
# VUE_APP_BASE_API = 'http://127.0.0.1:30032'
|
VUE_APP_BASE_API = 'http://127.0.0.1:30032'
|
||||||
# VUE_APP_BASE_API = 'https://jfadmin.suzhouyuqi.com'
|
# VUE_APP_BASE_API = 'https://jfadmin.suzhouyuqi.com'
|
||||||
# VUE_APP_BASE_API = 'http://jfanyueadmin.szxingming.com'
|
# VUE_APP_BASE_API = 'http://jfanyueadmin.szxingming.com'
|
||||||
VUE_APP_BASE_API = 'http://jfadmin.wenjinhui.com'
|
# VUE_APP_BASE_API = 'http://jfadmin.wenjinhui.com'
|
||||||
|
|
||||||
# vue-cli uses the VUE_CLI_BABEL_TRANSPILE_MODULES environment variable,
|
# vue-cli uses the VUE_CLI_BABEL_TRANSPILE_MODULES environment variable,
|
||||||
# to control whether the babel-plugin-dynamic-import-node plugin is enabled.
|
# to control whether the babel-plugin-dynamic-import-node plugin is enabled.
|
||||||
|
|||||||
29
frontend/deploy.conf
Normal file
29
frontend/deploy.conf
Normal file
@@ -0,0 +1,29 @@
|
|||||||
|
by80:
|
||||||
|
spring:
|
||||||
|
profiles:
|
||||||
|
active: miao80
|
||||||
|
|
||||||
|
SERVER_HOST=123.56.214.80
|
||||||
|
SERVER_USER=root
|
||||||
|
SERVER_PORT=22
|
||||||
|
REMOTE_DIR_JAR=/www/wwwroot/crmeb
|
||||||
|
REMOTE_DIR_ADMIN=/www/wwwroot/jfadmin.bosenyuan.com
|
||||||
|
FRONT_LOCAL_PORT=30031
|
||||||
|
FRONT_JAR_NAME=miao-front-2.2.jar
|
||||||
|
ADMIN_LOCAL_PORT=30032
|
||||||
|
ADMIN_JAR_NAME=miao-admin-2.2.jar
|
||||||
|
|
||||||
|
|
||||||
|
miao50:
|
||||||
|
spring:
|
||||||
|
profiles:
|
||||||
|
active: miao50
|
||||||
|
|
||||||
|
SERVER_HOST=101.37.253.50
|
||||||
|
SERVER_USER=root
|
||||||
|
SERVER_PORT=22
|
||||||
|
REMOTE_DIR=/www/wwwroot/crmeb
|
||||||
|
FRONT_LOCAL_PORT=30031
|
||||||
|
FRONT_JAR_NAME=miao-front-2.2.jar
|
||||||
|
ADMIN_LOCAL_PORT=30032
|
||||||
|
ADMIN_JAR_NAME=miao-admin-2.2.jar
|
||||||
Reference in New Issue
Block a user