change deploy.conf

This commit is contained in:
panchengyong
2026-03-09 16:57:46 +08:00
parent 6529793a93
commit eaa9c8fe75
2 changed files with 11 additions and 4 deletions

View File

@@ -1,6 +1,13 @@
# 远程服务器阿里云ecs
SERVER_HOST=49.235.131.69 SERVER_HOST=49.235.131.69
SERVER_USER=root SERVER_USER=root
SERVER_PORT=22 SERVER_PORT=22
REMOTE_DIR=/www/crmeb 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

View File

@@ -2,9 +2,9 @@
// | // |
// +---------------------------------------------------------------------- // +----------------------------------------------------------------------
// 移动端商城API // 移动端商城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://chenyin.uj345.cc'
// let domain = 'https://sophia-shop.uj345.cc' let domain = 'https://sophia-shop.uj345.cc'
module.exports = { module.exports = {
domain, domain,