Major changes: - Add Go backend (backend/) with microservices architecture - Enhanced master-agents-svc: reranker, content-classifier, stealth-crawler, proxy-manager, media-search, fastClassifier, language detection - New web-svc widgets: KnowledgeCard, ProductCard, ProfileCard, VideoCard, UnifiedCard, CardGallery, InlineImageGallery, SourcesPanel, RelatedQuestions - Improved discover-svc with discover-db integration - Docker deployment improvements (Caddyfile, vendor.sh, BUILD.md) - Library-svc: project_id schema migration - Remove deprecated finance-svc and travel-svc - Localization improvements across services Made-with: Cursor
8 lines
169 B
Plaintext
8 lines
169 B
Plaintext
# GooSeek WebUI Configuration
|
|
|
|
# API Gateway URL (internal Docker network)
|
|
API_URL=http://api-gateway:3015
|
|
|
|
# Public API URL (for browser requests)
|
|
NEXT_PUBLIC_API_URL=
|