五件套徒手健身打卡应用:FastAPI+Vue3+PWA
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
import os
|
||||
|
||||
# 数据库路径:默认 backend/workout.db
|
||||
DB_PATH = os.getenv("DB_PATH", os.path.join(os.path.dirname(__file__), "workout.db"))
|
||||
# 后端端口
|
||||
PORT = int(os.getenv("PORT", "8780"))
|
||||
Reference in New Issue
Block a user