Skip to content

Commit

Permalink
docs: add SECRET_KEY to required config
Browse files Browse the repository at this point in the history
  • Loading branch information
mblackgeo authored Jul 5, 2022
1 parent 4a58b5d commit 366c862
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions example/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ After setting up the user pool, there are a number of values to note that are re

| **Config Name** | **Description** | **Required** |
|---------------------------------------|--------------------------------------------------------------------------------------|------------------|
| `SECRET_KEY` | Secret key for the Flask app, required to store create the session cookies | Y |
| `AWS_REGION` | Region the user pool was created | Y |
| `AWS_COGNITO_DOMAIN` | The domain name of the user pool (from Step 2) | Y |
| `AWS_COGNITO_USER_POOL_ID` | The ID of the user pool | Y |
Expand Down

0 comments on commit 366c862

Please sign in to comment.