Skip to content

Commit

Permalink
update env (#678)
Browse files Browse the repository at this point in the history
Signed-off-by: Yue, Wenjiao <[email protected]>
  • Loading branch information
WenjiaoYue committed Aug 29, 2024
1 parent 035f39f commit 32afb65
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions ChatQnA/docker/ui/svelte/.env
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
CHAT_BASE_URL = 'http://backend_address:8888/v1/chatqna'
CHAT_BASE_URL = '/v1/chatqna'

UPLOAD_FILE_BASE_URL = 'http://backend_address:6007/v1/dataprep'
UPLOAD_FILE_BASE_URL = '/v1/dataprep'

GET_FILE = 'http://backend_address:6007/v1/dataprep/get_file'
GET_FILE = '/v1/dataprep/get_file'

DELETE_FILE = 'http://backend_address:6007/v1/dataprep/delete_file'
DELETE_FILE = '/v1/dataprep/delete_file'

0 comments on commit 32afb65

Please sign in to comment.