Some checks failed
CI / Format (push) Failing after 6m19s
CI / Clippy (push) Successful in 2m23s
CI / Security Audit (push) Successful in 1m46s
CI / Tests (push) Has been skipped
CI / Format (pull_request) Failing after 6m24s
CI / Clippy (pull_request) Successful in 2m25s
CI / Security Audit (pull_request) Successful in 1m38s
CI / Deploy (push) Has been skipped
CI / Tests (pull_request) Has been skipped
CI / Deploy (pull_request) Has been skipped
Integrate SearXNG news search, Ollama-powered article summarization with follow-up chat, and a dashboard sidebar showing LLM status, trending keywords, and recent search history. Sidebar yields to a split-view article detail panel when a card is selected. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
17 lines
497 B
Plaintext
17 lines
497 B
Plaintext
# Keycloak Configuration (frontend public client)
|
|
KEYCLOAK_URL=http://localhost:8080
|
|
KEYCLOAK_REALM=certifai
|
|
KEYCLOAK_CLIENT_ID=certifai-dashboard
|
|
|
|
# Application Configuration
|
|
APP_URL=http://localhost:8000
|
|
REDIRECT_URI=http://localhost:8000/auth/callback
|
|
ALLOWED_ORIGINS=http://localhost:8000
|
|
|
|
# SearXNG meta-search engine
|
|
SEARXNG_URL=http://localhost:8888
|
|
|
|
# Ollama LLM instance (used for article summarization and chat)
|
|
OLLAMA_URL=http://mac-mini-von-benjamin-2:11434
|
|
OLLAMA_MODEL=qwen3:30b-a3b
|