1. 修改了应用端口的问题
2. 增加了创建虚拟环境的脚本和删除虚拟环境的脚本
This commit is contained in:
@@ -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
|
||||
|
||||
# 密钥配置
|
||||
|
||||
Reference in New Issue
Block a user