config: Use default environment variable for desktop backend API URL

This commit is contained in:
2026-06-15 15:33:32 +02:00
parent 291f5fe5d0
commit 3a9eb10886

View File

@@ -1,5 +1,7 @@
import { DEFAULT_BACKEND_API_URL } from '../appConfig'
const DEFAULT_SETTINGS = Object.freeze({
backendApiUrl: 'http://127.0.0.1:8000',
backendApiUrl: DEFAULT_BACKEND_API_URL,
ollamaApiUrl: 'http://127.0.0.1:11434',
chatModel: 'llama3',
visionModel: '',