chore(byjyw149): switch admin endpoints and profile settings
Align byjyw149 environment settings by updating admin frontend API endpoints, activating the byjyw149 Spring profile, and documenting the corresponding company deployment notes. Made-with: Cursor
This commit is contained in:
@@ -1,6 +1,8 @@
|
||||
|
||||
## 公司名称:宝应金雅文商贸, host ip: 8.140.218.149
|
||||
|
||||
---
|
||||
|
||||
### backend/crmeb-front模块变更
|
||||
|
||||
- 1. profile: byjyw149
|
||||
@@ -15,6 +17,19 @@
|
||||
- 2. 抢购页面跳转地址:https://jinyawen.com
|
||||
- 2. **PDF合同预览文件路径**: /static/sign_contract_byjyw149.pdf
|
||||
|
||||
---
|
||||
|
||||
### backend/crmeb-admin模块变更
|
||||
|
||||
- 1. profile: byjyw149
|
||||
- 2. profile file: application-byjyw149.yml, mysql和redis主机ip修改,sync: source-id: shop_11, target-mer-id: 11
|
||||
|
||||
### 积分商城后台backend-adminend配置变更
|
||||
|
||||
- 1. backend-adminend/.env.development文件中VUE_APP_BASE_API改为https://jf.jinyawen.com
|
||||
- 2. backend-adminend/.env.production文件中VUE_APP_BASE_API改为https://jf.jinyawen.com
|
||||
|
||||
---
|
||||
|
||||
### **修改任务**
|
||||
|
||||
@@ -26,7 +41,12 @@
|
||||
- change-list-shjjy153.md
|
||||
- compare-shjjy153-shccd159.md
|
||||
|
||||
、、、启动积分商城api服务
|
||||
、、、启动积分商城前端api服务
|
||||
cd /www/wwwroot/javaapi
|
||||
nohup java -Xms128m -Xmx256m -jar miao-front-2.2.jar > front.log & tail -f front.log
|
||||
、、、
|
||||
|
||||
、、、启动积分商城后台api服务
|
||||
cd /www/wwwroot/javaapi
|
||||
nohup java -Xms128m -Xmx256m -jar miao-admin-2.2.jar > admin.log & tail -f admin.log
|
||||
、、、
|
||||
Reference in New Issue
Block a user