mirror of
https://github.com/geoffsee/predict-otron-9001.git
synced 2025-09-08 22:46:44 +00:00
remove arbitrary keys for standalone config
This commit is contained in:
@@ -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"
|
||||
}
|
||||
```
|
||||
|
||||
|
Reference in New Issue
Block a user