Skip to content

Commit

Permalink
update APP_URL
Browse files Browse the repository at this point in the history
  • Loading branch information
teticio committed Aug 21, 2021
1 parent aec5216 commit 65b1337
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion run.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/bin/sh
yarn build
export APP_URL=http://localhost:8000
export APP_URL=https://deej-ai.online
export CUDA_VISIBLE_DEVICES=""
pipenv run -- uvicorn backend.main:app --reload

0 comments on commit 65b1337

Please sign in to comment.