Skip to content

Commit 20a1635

Browse files
authored
Fix wrong environment variable name on README (#145)
1 parent 509508b commit 20a1635

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ SECRET_KEY=secret
1919
DJANGO_SETTINGS_MODULE=Platform.settings.production
2020
SENTRY_URL=https://[email protected]/product
2121
AWS_ACCESS_KEY_ID
22-
AWS_ACCESS_SECRET_ID
22+
AWS_SECRET_ACCESS_KEY
2323
AWS_STORAGE_BUCKET_NAME
2424
```
2525

0 commit comments

Comments
 (0)