Tahasaif3 commited on
Commit
45992a6
·
verified ·
1 Parent(s): d067618

Update src/config.py

Browse files
Files changed (1) hide show
  1. src/config.py +1 -1
src/config.py CHANGED
@@ -11,7 +11,7 @@ class Settings(BaseSettings):
11
  JWT_SECRET_KEY: str = "your-jwt-secret-change-in-production"
12
  JWT_ALGORITHM: str = "HS256"
13
  ACCESS_TOKEN_EXPIRE_DAYS: int = 7
14
- JWT_COOKIE_SECURE: bool = False # Set to True in production
15
 
16
  # CORS
17
  FRONTEND_URL: str = "https://task-flow-mauve-zeta.vercel.app"
 
11
  JWT_SECRET_KEY: str = "your-jwt-secret-change-in-production"
12
  JWT_ALGORITHM: str = "HS256"
13
  ACCESS_TOKEN_EXPIRE_DAYS: int = 7
14
+ JWT_COOKIE_SECURE: bool = True # Set to True in production
15
 
16
  # CORS
17
  FRONTEND_URL: str = "https://task-flow-mauve-zeta.vercel.app"