Commit 13c94482cc9579348e124fdd2e59c47a4f684cc5

Authored by 陈威
1 parent 2cd3ef07
Exists in master

项目说明

Showing 1 changed file with 50 additions and 2 deletions   Show diff stats
backend/README.md
1   -# eip8.2.1
  1 ++ 市场化收费业务代码: [chkpower](chkpower%2Fsrc%2Fmain%2Fjava%2Fcom%2Fhotent%2Fchkpower)
2 2  
3   -eip8.2.1
4 3 \ No newline at end of file
  4 +---
  5 ++ 测试环境配置
  6 +```less
  7 +fvue:http://192.168.145.61:22581/fvue
  8 +mvue: http://192.168.145.61:22581/mvue
  9 +
  10 +
  11 +nginx: /etc/nginx
  12 +发布文件位置: /home/chkpower
  13 +后台端口:6799
  14 +前端端口:22581
  15 +数据库: 192.168.145.61 60022 root / Peony@2022
  16 +服务器:192.168.145.61
  17 +```
  18 +
  19 +
  20 +---
  21 +
  22 ++ 生产环境配置
  23 +```less
  24 +fvue:http://data.chkpower.com/fvue/login
  25 +mvue: http://data.chkpower.com/mvue/login
  26 +
  27 +
  28 +nginx: /etc/nginx/conf.d/zggn.conf
  29 +发布文件位置: /root/zggn
  30 +后台端口:6799
  31 +前端端口:22581
  32 +数据库: 124.71.131.246 13307 root / Carbon@2024
  33 +服务器: 124.71.131.246
  34 +
  35 +账户密码: chkpower@123
  36 +
  37 +fvue:http://124.71.131.246:22581/fvue/login
  38 +mvue: http://124.71.131.246:22581/mvue/login
  39 +
  40 +
  41 +nginx: /etc/nginx/conf.d/zggn.conf
  42 +发布文件位置: /root/zggn
  43 +后台端口:6799
  44 +前端端口:22581
  45 +数据库: 124.71.131.246 13307 root / Carbon@2024
  46 +服务器:124.71.131.246
  47 +
  48 +
  49 +
  50 +域名证书: /etc/nginx/ssl/data.chkpower.com
  51 +域名: data.chkpower.com
  52 +```
... ...