Skip to content

Commit

Permalink
Revert default value for API_URL (#2947)
Browse files Browse the repository at this point in the history
  • Loading branch information
ChristopheDuong authored Apr 19, 2021
1 parent 5859e0c commit 57dd38b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .env
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,6 @@ TRACKING_STRATEGY=segment
# Issue: https://github.com/airbytehq/airbyte/issues/577
HACK_LOCAL_ROOT_PARENT=/tmp
WEBAPP_URL=http://localhost:8000/
API_URL=http://localhost:8001/api/v1/
# todo - Migrate to a way to define a better default API_URL
# API_URL=http://localhost:8001/api/v1/
TEMPORAL_HOST=airbyte-temporal:7233
2 changes: 1 addition & 1 deletion docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ services:
environment:
- AIRBYTE_ROLE=${AIRBYTE_ROLE:-}
- AIRBYTE_VERSION=${VERSION}
- API_URL=${API_URL}
- API_URL=${API_URL:-}
- IS_DEMO=${IS_DEMO:-}
- PAPERCUPS_STORYTIME=${PAPERCUPS_STORYTIME:-}
- TRACKING_STRATEGY=${TRACKING_STRATEGY}
Expand Down

0 comments on commit 57dd38b

Please sign in to comment.