add bodysize

This commit is contained in:
2026-06-07 18:47:39 +08:00
parent 8fd1606424
commit 76c2f17229
3 changed files with 43 additions and 6 deletions

View File

@@ -1,6 +1,7 @@
# Server Configuration
SERVER_PORT=5001
REACT_APP_API_BASE_URL=http://localhost:5001
BODY_LIMIT=5mb
# Client Configuration
CLIENT_PORT=3001
REACT_APP_CLIENT_URL=http://localhost:3001
@@ -12,4 +13,4 @@ MONGODB_DB_NAME=typeskill
# JWT Configuration
JWT_SECRET=your_jwt_secret_key
JWT_EXPIRES_IN=24h
SKIP_PREFLIGHT_CHECK=true
SKIP_PREFLIGHT_CHECK=true