Init Repo
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user