Skip to content

Commit 4ace275

Browse files
committed
Update API_TOKEN export example in README
Replaces the grep-based API_TOKEN export with a direct assignment for clarity in the setup instructions.
1 parent e4a8c93 commit 4ace275

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
@@ -198,7 +198,7 @@ docker compose \
198198

199199
```bash
200200
export BASE_URL=http://localhost:8080
201-
export $(grep "API_TOKEN" "dv/bootstrap.exposed.env")
201+
export API_TOKEN=XXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX
202202
export DVUPLOADER_TESTING=true
203203
```
204204

0 commit comments

Comments
 (0)