Add File
This commit is contained in:
11
server/.env.example
Normal file
11
server/.env.example
Normal file
@@ -0,0 +1,11 @@
|
||||
# Flask 配置
|
||||
FLASK_APP=app.py
|
||||
FLASK_ENV=development
|
||||
SECRET_KEY=your-secret-key-here
|
||||
|
||||
# 数据库配置
|
||||
DATABASE_PATH=kinecho.db
|
||||
|
||||
# 服务器配置
|
||||
HOST=0.0.0.0
|
||||
PORT=8000
|
||||
Reference in New Issue
Block a user