Init Repo

This commit is contained in:
2026-02-28 03:22:04 +08:00
commit de59b57ee7
883 changed files with 156857 additions and 0 deletions
+11
View File
@@ -0,0 +1,11 @@
# Database configuration
DATABASE_URL=sqlite:///./vfx_project_management.db
# JWT configuration
SECRET_KEY=your-secret-key-here
ALGORITHM=HS256
ACCESS_TOKEN_EXPIRE_MINUTES=30
# File upload configuration
UPLOAD_DIR=./uploads
MAX_FILE_SIZE=100000000 # 100MB in bytes