diff --git a/backend/app/config.py b/backend/app/config.py index de358ad..b3dfb49 100644 --- a/backend/app/config.py +++ b/backend/app/config.py @@ -123,7 +123,7 @@ class Settings(BaseSettings): # Password reset PASSWORD_RESET_TOKEN_EXPIRE_MINUTES: int = 30 - APP_BASE_URL: str = "http://localhost:5173" + APP_BASE_URL: str = "http://localhost:3000" # App settings APP_NAME: str = "TOD - The Other Dude" diff --git a/docs/CONFIGURATION.md b/docs/CONFIGURATION.md index 64dadd7..19c59a6 100644 --- a/docs/CONFIGURATION.md +++ b/docs/CONFIGURATION.md @@ -13,7 +13,7 @@ TOD uses Pydantic Settings for configuration. All values can be set via environm | `ENVIRONMENT` | `dev` | Runtime environment: `dev`, `staging`, or `production` | | `DEBUG` | `false` | Enable debug mode | | `CORS_ORIGINS` | `http://localhost:3000,http://localhost:5173,http://localhost:8080` | Comma-separated list of allowed CORS origins | -| `APP_BASE_URL` | `http://localhost:5173` | Frontend base URL (used in password reset emails) | +| `APP_BASE_URL` | `http://localhost:3000` | Frontend base URL (used in password reset emails) | ### Authentication & JWT diff --git a/docs/website/docs.html b/docs/website/docs.html index 42818d2..403c4f4 100644 --- a/docs/website/docs.html +++ b/docs/website/docs.html @@ -1241,7 +1241,7 @@ open http://localhost
ENVIRONMENTdevdev, staging, or productionDEBUGfalseCORS_ORIGINShttp://localhost:3000,...APP_BASE_URLhttp://localhost:5173APP_BASE_URLhttp://localhost:3000