feature: 项目初始化

This commit is contained in:
zhengxinonly
2023-09-26 22:47:21 +08:00
commit 49822daada
8 changed files with 776 additions and 0 deletions
+4
View File
@@ -0,0 +1,4 @@
FLASK_DEBUG=True # 开启调试模式
FLASK_RUN_PORT=5050 # 设置运行的端口
FLASK_RUN_HOST=0.0.0.0 # 设置监听的 ip
FLASK_APP="apps:create_app()" # 运行程序