File tree Expand file tree Collapse file tree 3 files changed +3
-1
lines changed
Expand file tree Collapse file tree 3 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -153,4 +153,4 @@ LLM_SLOW_REQUEST_THRESHOLD_SECONDS=5.0
153153LLM_SLOW_TOKEN_RATE_THRESHOLD = 10.0
154154
155155# Market Backend Address
156- MARKET_BACKEND = https://market.nexent.tech
156+ MARKET_BACKEND = https://market.nexent.tech
Original file line number Diff line number Diff line change @@ -186,6 +186,7 @@ services:
186186 - WS_BACKEND=ws://nexent-runtime:5014
187187 - RUNTIME_HTTP_BACKEND=http://nexent-runtime:5014
188188 - MINIO_ENDPOINT=http://nexent-minio:9000
189+ - MARKET_BACKEND=https://market.nexent.tech
189190 logging :
190191 driver : " json-file"
191192 options :
Original file line number Diff line number Diff line change @@ -199,6 +199,7 @@ services:
199199 - WS_BACKEND=ws://nexent-runtime:5014
200200 - RUNTIME_HTTP_BACKEND=http://nexent-runtime:5014
201201 - MINIO_ENDPOINT=http://nexent-minio:9000
202+ - MARKET_BACKEND=https://market.nexent.tech
202203 logging :
203204 driver : " json-file"
204205 options :
You canβt perform that action at this time.
0 commit comments