We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 158b7f8 commit c05c8baCopy full SHA for c05c8ba
README.md
@@ -28,6 +28,7 @@ The following parameters can be set in config files or in env variables:
28
- GROUPS_API_URL: Groups API URL
29
- AMAZON.AWS_ACCESS_KEY_ID: The Amazon certificate key to use when connecting. Use local dynamodb you can set fake value
30
- AMAZON.AWS_SECRET_ACCESS_KEY: The Amazon certificate access key to use when connecting. Use local dynamodb you can set fake value
31
+- AMAZON.AWS.SESSION_TOKEN: The user session token, used when developing locally against the TC dev AWS services
32
- AMAZON.AWS_REGION: The Amazon certificate region to use when connecting. Use local dynamodb you can set fake value
33
- AMAZON.IS_LOCAL_DB: Use Amazon DynamoDB Local or server.
34
- AMAZON.DYNAMODB_URL: The local url if using Amazon DynamoDB Local
0 commit comments