Skip to content

Commit

Permalink
make GCS project and bucket configurable (#130)
Browse files Browse the repository at this point in the history
  • Loading branch information
esonderegger authored Nov 19, 2019
1 parent ae76dc6 commit 209b6f1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ dev:
AMARA_USERNAME=$(AMARA_USERNAME) \
AMARA_TEAM=$(AMARA_TEAM) \
AMARA_TOKEN=$(AMARA_TOKEN) \
PROJECT_ID=nyt-video-dev \
BUCKET_NAME=video-captions-api-dev \
PROJECT_ID=$(CAPTIONS_PROJECT_ID) \
BUCKET_NAME=$(CAPTIONS_BUCKET_NAME) \
CALLBACK_URL=$(CALLBACK_URL) \
CALLBACK_API_KEY=$(CALLBACK_API_KEY) \
go run main.go
Expand Down

0 comments on commit 209b6f1

Please sign in to comment.