Skip to content

Commit 4a848f3

Browse files
authored
swap api key with auth token (#9)
1 parent 5ba7da5 commit 4a848f3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,17 +37,17 @@ You can build and deploy the sample application on LocalStack by running our `Ma
3737

3838
### Run LocalStack
3939

40-
Start LocalStack Pro with the `LOCALSTACK_API_KEY` pre-configured:
40+
Start LocalStack Pro with the `LOCALSTACK_AUTH_TOKEN` pre-configured:
4141

4242
```shell
43-
export LOCALSTACK_API_KEY=<your-api-key>
43+
export LOCALSTACK_AUTH_TOKEN=<your-auth-token>
4444
localstack start
4545
```
4646

4747
The sample application uses RDS with a MySQL Engine. Currently, by default LocalStack will use a MariaDB engine instead (check details in our [RDS documentation](https://docs.localstack.cloud/user-guide/aws/rds/#mysql-engine)). You can enable the use of real MySQL engine, which will start a MySQL instance in a separate docker container, by setting the env `RDS_MYSQL_DOCKER=1`. Run the following command to start LocalStack with MySQL engine:
4848

4949
```shell
50-
export LOCALSTACK_API_KEY=<your-api-key>
50+
export LOCALSTACK_AUTH_TOKEN=<your-api-key>
5151
RDS_MYSQL_DOCKER=1 localstack start
5252
```
5353

0 commit comments

Comments
 (0)