Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update new APIs for new backend #688

Merged
merged 6 commits into from
Apr 19, 2024
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
update env variables
  • Loading branch information
ashish-1600 committed Apr 19, 2024
commit 3f34c011bde6db114efeda6c08362e143dedcbc0
2 changes: 1 addition & 1 deletion run_uptrain.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
mkdir data
echo "SERVER_DATA_DIR=$(pwd)/data" > .env
echo -e "SERVER_DATA_DIR=$(pwd)/data\nUPTRAIN_LOCAL_URL=http://localhost:4300\nNEXT_PUBLIC_BACKEND_URL=http://localhost:4300/\nNEXT_PUBLIC_BASE_PATH=/dashboard" > .env
docker compose --env-file .env --profile server up
2 changes: 0 additions & 2 deletions uptrain/dashboard/frontend/dashboard/.env

This file was deleted.