Tahasaif3 commited on
Commit
00c91a2
·
verified ·
1 Parent(s): bda4716

Update src/config.py

Browse files
Files changed (1) hide show
  1. 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 = "http://localhost:3000"
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"