change deploy.conf
This commit is contained in:
@@ -1,6 +1,13 @@
|
||||
# 远程服务器(阿里云ecs)
|
||||
SERVER_HOST=49.235.131.69
|
||||
SERVER_USER=root
|
||||
SERVER_PORT=22
|
||||
REMOTE_DIR=/www/crmeb
|
||||
LOCAL_PORT=20822
|
||||
JAR_NAME=sophia-front-2.2.jar
|
||||
|
||||
# 前端API
|
||||
FRONT_LOCAL_PORT=20822
|
||||
FRONT_JAR_NAME=sophia-front-2.2.jar
|
||||
|
||||
# 管理后台API
|
||||
ADMIN_LOCAL_PORT=20821
|
||||
ADMIN_JAR_NAME=admin-front-2.2.jar
|
||||
|
||||
@@ -2,9 +2,9 @@
|
||||
// |
|
||||
// +----------------------------------------------------------------------
|
||||
// 移动端商城API
|
||||
let domain = 'http://127.0.0.1:20822'
|
||||
// let domain = 'http://127.0.0.1:20822'
|
||||
// let domain = 'https://chenyin.uj345.cc'
|
||||
// let domain = 'https://sophia-shop.uj345.cc'
|
||||
let domain = 'https://sophia-shop.uj345.cc'
|
||||
|
||||
module.exports = {
|
||||
domain,
|
||||
|
||||
Reference in New Issue
Block a user