Skip to content

Commit a6a8886

Browse files
authored
πŸ› Update url of agent market
2 parents c2b2dbc + 0e00a06 commit a6a8886

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

β€Ždocker/.env.exampleβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,4 +153,4 @@ LLM_SLOW_REQUEST_THRESHOLD_SECONDS=5.0
153153
LLM_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

β€Ždocker/docker-compose.prod.ymlβ€Ž

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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:

β€Ždocker/docker-compose.ymlβ€Ž

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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:

0 commit comments

Comments
Β (0)