Skip to content

Commit 8ea6e03

Browse files
authored
Merge pull request #44 from gdcc/41-export-grep-api_token-dvbootstrapexposedenv-doesnt-work
Update `API_TOKEN` export example in README
2 parents 1be9972 + 4ace275 commit 8ea6e03

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,7 @@ docker compose \
204204

205205
```bash
206206
export BASE_URL=http://localhost:8080
207-
export $(grep "API_TOKEN" "dv/bootstrap.exposed.env")
207+
export API_TOKEN=XXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX
208208
export DVUPLOADER_TESTING=true
209209
```
210210

0 commit comments

Comments
 (0)