From f7001fc72b51450d7b1ca51590b51f6ba23ed0ed Mon Sep 17 00:00:00 2001 From: Geoff Seemueller <28698553+geoffsee@users.noreply.github.com> Date: Thu, 28 Aug 2025 13:19:48 -0400 Subject: [PATCH] remove arbitrary keys for standalone config --- docs/SERVER_CONFIG.md | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/docs/SERVER_CONFIG.md b/docs/SERVER_CONFIG.md index ea57f37..1adff41 100644 --- a/docs/SERVER_CONFIG.md +++ b/docs/SERVER_CONFIG.md @@ -11,11 +11,7 @@ The `SERVER_CONFIG` environment variable accepts a JSON configuration with the f ```json { - "serverMode": "Standalone", - "services": { - "inference_url": "http://inference-service:8080", - "embeddings_url": "http://embeddings-service:8080" - } + "serverMode": "Standalone" } ```