feat(api-gateway): add Odoo config model and endpoints

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
Claude AI
2026-01-29 22:19:17 +00:00
parent c50459755a
commit d2ce86bd41
5 changed files with 118 additions and 0 deletions

View File

@@ -21,6 +21,9 @@ class Settings(BaseSettings):
# Flow Engine
FLOW_ENGINE_URL: str = "http://localhost:8001"
# Integrations
INTEGRATIONS_URL: str = "http://localhost:8002"
# CORS
CORS_ORIGINS: str = "http://localhost:5173,http://localhost:3000"