1. 修改了应用端口的问题

2. 增加了创建虚拟环境的脚本和删除虚拟环境的脚本
This commit is contained in:
2026-01-26 14:33:00 +08:00
parent 730ac6f460
commit 40ca89fad5
23 changed files with 714 additions and 40 deletions

View File

@@ -1,6 +1,6 @@
# 数据库配置
database:
host: "10.10.10.189"
host: "mysql"
port: 3306
username: "root"
password: "88116142"
@@ -10,7 +10,8 @@ database:
# 应用配置
app:
host: "0.0.0.0"
port: 8080
port: 7861
web_port: 7863
debug: true
# 密钥配置