Skip to content

Commit

Permalink
swap api key with auth token (#3)
Browse files Browse the repository at this point in the history
  • Loading branch information
HarshCasper authored Aug 6, 2024
1 parent a8a8d15 commit 40ebdf8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ We are using the following AWS services and their features to build our infrastr
Start the LocalStack Pro container via the following command:

```shell
export LOCALSTACK_API_KEY=<YOUR_API_KEY>
export LOCALSTACK_AUTH_TOKEN=<YOUR_AUTH_TOKEN>
DEBUG=1 localstack start
```

Expand Down

0 comments on commit 40ebdf8

Please sign in to comment.