Co-authored-by: Sharang Parnerkar <parnerkarsharang@gmail.com> Reviewed-on: #7
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
|