remove arbitrary keys for standalone config

This commit is contained in:
Geoff Seemueller
2025-08-28 13:19:48 -04:00
committed by GitHub
parent 5bce413f8f
commit f7001fc72b

View File

@@ -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"
}
```