Spaces:
Sleeping
Sleeping
Update src/config.py
Browse files- src/config.py +1 -1
src/config.py
CHANGED
|
@@ -14,7 +14,7 @@ class Settings(BaseSettings):
|
|
| 14 |
JWT_COOKIE_SECURE: bool = False # Set to True in production
|
| 15 |
|
| 16 |
# CORS
|
| 17 |
-
FRONTEND_URL: str = "
|
| 18 |
|
| 19 |
class Config:
|
| 20 |
env_file = ".env"
|
|
|
|
| 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"
|
| 18 |
|
| 19 |
class Config:
|
| 20 |
env_file = ".env"
|