Skip to content

Commit 31ded35

Browse files
authored
swap api key with auth token (#5)
1 parent e7421c8 commit 31ded35

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,10 +59,10 @@ docker pull 763104351884.dkr.ecr.eu-central-1.amazonaws.com/pytorch-inference:1.
5959

6060
### LocalStack
6161

62-
Start LocalStack Pro with your API key:
62+
Start LocalStack Pro with your Auth Token:
6363

6464
```bash
65-
PERSISTENCE=1 LOCALSTACK_API_KEY=... localstack start
65+
PERSISTENCE=1 LOCALSTACK_AUTH_TOKEN=... localstack start
6666
```
6767

6868
## Instructions

0 commit comments

Comments
 (0)