Skip to content

Commit

Permalink
Modify CHAT_BASE_URL to BACKEND_BASE_URL (#701)
Browse files Browse the repository at this point in the history
Signed-off-by: Wang, Kai Lawrence <[email protected]>
Co-authored-by: XuhuiRen <[email protected]>
  • Loading branch information
wangkl2 and XuhuiRen authored Aug 31, 2024
1 parent 675ea4a commit fbaa024
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion VisualQnA/docker/gaudi/compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ services:
- no_proxy=${no_proxy}
- https_proxy=${https_proxy}
- http_proxy=${http_proxy}
- CHAT_BASE_URL=${BACKEND_SERVICE_ENDPOINT}
- BACKEND_BASE_URL=${BACKEND_SERVICE_ENDPOINT}
ipc: host
restart: always

Expand Down
2 changes: 1 addition & 1 deletion VisualQnA/docker/xeon/compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ services:
- no_proxy=${no_proxy}
- https_proxy=${https_proxy}
- http_proxy=${http_proxy}
- CHAT_BASE_URL=${BACKEND_SERVICE_ENDPOINT}
- BACKEND_BASE_URL=${BACKEND_SERVICE_ENDPOINT}
ipc: host
restart: always

Expand Down

0 comments on commit fbaa024

Please sign in to comment.