Revert "fix: improve MCP service startup reliability"

This reverts commit d70362b9d4.
This commit is contained in:
2025-10-30 21:33:12 -04:00
parent d70362b9d4
commit 203b60b252
3 changed files with 3 additions and 32 deletions

View File

@@ -5,8 +5,7 @@
# Docker Compose automatically reads .env from project root
# AI Model API Configuration
# OPENAI_API_BASE: Leave empty to use default OpenAI endpoint, or set to custom proxy URL
OPENAI_API_BASE=
OPENAI_API_BASE=https://your-openai-proxy.com/v1
OPENAI_API_KEY=your_openai_key_here # https://platform.openai.com/api-keys
# Data Source Configuration