nex_docus/DEPLOYEE.md

17 lines
405 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

# 开发环境说明
## Mysql
+ 连接字符串10.100.51.51:3306
+ 数据库名nex_docus
+ 字符集utf8mb4
+ 排序规则utf8mb4_unicode_ci
+ 用户名、密码: root | Unis@123
## Redis
+ 连接字符串10.100.51.51:6379
+ db:1
+ 密码: Unis@123
## 本地开发环境:
frontend: 前端
backend: 后端(已经创建虚拟环境venv)