初始化提交
This commit is contained in:
14
mengyaprofile-backend/.env.example
Normal file
14
mengyaprofile-backend/.env.example
Normal file
@@ -0,0 +1,14 @@
|
||||
# 环境配置文件示例
|
||||
# 复制此文件为 .env 并修改相应的值
|
||||
|
||||
# Flask 配置
|
||||
FLASK_APP=app.py
|
||||
FLASK_ENV=development
|
||||
FLASK_DEBUG=True
|
||||
|
||||
# 服务器配置
|
||||
HOST=0.0.0.0
|
||||
PORT=5000
|
||||
|
||||
# CORS 配置(前端地址)
|
||||
FRONTEND_URL=http://localhost:3000
|
||||
Reference in New Issue
Block a user