4 Commits

Author SHA1 Message Date
b351c216b3 Fix: Add ENVIRONMENT and CORS_ORIGINS fields to Settings class
- Added ENVIRONMENT field (str, default: "development") to match .env file
- Renamed ALLOWED_ORIGINS to CORS_ORIGINS to match .env file
- Updated cors_origins property to use CORS_ORIGINS instead of ALLOWED_ORIGINS
- Fixes Pydantic validation error when loading settings from .env
2026-01-31 22:57:54 +11:00
6099b87db9 Add 10.0.0.127:5173 to CORS allowed origins 2026-01-28 12:01:36 +11:00
6d83d89073 Fix ALLOWED_ORIGINS to accept comma-separated string 2026-01-26 22:17:18 +11:00
dc20f50fa2 Add core configuration 2026-01-26 21:55:09 +11:00