mirror of
https://github.com/Memo-2023/mana-monorepo.git
synced 2026-05-16 08:39:40 +02:00
The production domain is mana.how, not manacore.app. Updated all references across shared-branding APP_URLS, app configs, landing pages, docs, help content, calendar iCal UIDs, and deploy scripts. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
28 lines
617 B
Text
28 lines
617 B
Text
# Mana Search Service Environment Variables
|
|
|
|
# Server
|
|
PORT=3021
|
|
NODE_ENV=development
|
|
|
|
# SearXNG
|
|
SEARXNG_URL=http://localhost:8080
|
|
SEARXNG_TIMEOUT=15000
|
|
SEARXNG_DEFAULT_LANGUAGE=de-DE
|
|
SEARXNG_SECRET=change-me-in-production
|
|
|
|
# Redis
|
|
REDIS_HOST=localhost
|
|
REDIS_PORT=6380
|
|
REDIS_PASSWORD=
|
|
|
|
# Cache TTL (seconds)
|
|
CACHE_SEARCH_TTL=3600
|
|
CACHE_EXTRACT_TTL=86400
|
|
|
|
# Content Extraction
|
|
EXTRACT_TIMEOUT=10000
|
|
EXTRACT_MAX_LENGTH=50000
|
|
EXTRACT_USER_AGENT=Mozilla/5.0 (compatible; ManaSearchBot/1.0; +https://mana.how)
|
|
|
|
# CORS (comma-separated origins)
|
|
CORS_ORIGINS=http://localhost:3000,http://localhost:5173,http://localhost:8081
|