LinkDesk/backend/.env.example

11 lines
267 B
Plaintext

# 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