feat(files): complete phase-1 file management flow

This commit is contained in:
chengkai3
2026-04-12 20:48:23 +08:00
parent c777d9d32a
commit 1e3478265c
19 changed files with 2521 additions and 15 deletions
+1
View File
@@ -13,6 +13,7 @@ class Settings(BaseSettings):
api_cors_origins: str = "http://localhost:3000,http://127.0.0.1:3000"
database_url: str = "sqlite:///./fquiz.db"
file_vfs_root: str = "./data/vfs"
jwt_secret_key: str = "change-this-in-production"
jwt_algorithm: str = "HS256"