From b2f3660ae84bc49a90fadd4626cb05b0d8b1bfca Mon Sep 17 00:00:00 2001 From: HarshCasper Date: Mon, 5 Aug 2024 14:00:20 +0530 Subject: [PATCH] swap api key with auth token --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5450ba5..aa18679 100644 --- a/README.md +++ b/README.md @@ -74,7 +74,7 @@ pip install -r requirements-dev.txt Start LocalStack Pro with the appropriate CORS configuration for the S3 Website: ```bash -LOCALSTACK_API_KEY=... localstack start +LOCALSTACK_AUTH_TOKEN=... localstack start ``` ## Instructions