Spaces:
Sleeping
Sleeping
Update src/config.py
Browse files- 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 =
|
| 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"
|