Skip to content

Commit

Permalink
chore(env vars): update example env vars (#639)
Browse files Browse the repository at this point in the history
* chore(env vars): update example env vars

* chore(env-example): change comment lines
  • Loading branch information
kishore03109 authored Mar 1, 2023
1 parent 5140846 commit 46d86d6
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .env-example
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,9 @@ export SYSTEM_GITHUB_TOKEN=""
# FormSG keys
export SITE_CREATE_FORM_KEY=""

# Required to connect to DynamoDB
export AWS_ACCESS_KEY_ID=""
# Required to connect to DynamoDB and Amplify,
# generate your own access key and secret access key from AWS
export AWS_ACCESS_KEY_ID=""
export AWS_SECRET_ACCESS_KEY=""

# Required to run end-to-end tests
Expand Down

0 comments on commit 46d86d6

Please sign in to comment.