SurfSense/surfsense_backend/app/config
Claude 8b0c76d46c
Fix CORS configuration to prevent startup error
- Changed CORS_ORIGINS default from "*" to NEXT_FRONTEND_URL fallback
- Wildcard "*" is incompatible with allow_credentials=True in FastAPI
- Updated .env.example with warning about wildcard usage
- Defaults now properly cascade: CORS_ORIGINS -> NEXT_FRONTEND_URL -> localhost:3000
2025-11-18 22:33:02 +00:00
..
__init__.py Fix CORS configuration to prevent startup error 2025-11-18 22:33:02 +00:00
global_llm_config.example.yaml Remove Google Analytics and Anthropic Claude from default configs 2025-11-17 21:42:57 +02:00
global_llm_config.yaml.template feat: Implement local-first European AI architecture with Mistral NeMo and TildeOpen 2025-11-17 19:58:20 +02:00
uvicorn.py Fixed all ruff lint and formatting errors 2025-07-24 14:43:48 -07:00