Skip to content

Commit

Permalink
chore: Remove hard-coded dev BB redirect URL (#132)
Browse files Browse the repository at this point in the history
  • Loading branch information
scott-codecov committed Sep 13, 2023
1 parent ec03560 commit 59e53ab
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion codecov/settings_dev.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@
CORS_ALLOW_CREDENTIALS = True

CODECOV_URL = "localhost"
BITBUCKET_REDIRECT_URI = "localhost:8000"
CODECOV_DASHBOARD_URL = "http://localhost:3000"

CORS_ALLOWED_ORIGINS = [
Expand Down

0 comments on commit 59e53ab

Please sign in to comment.