some dynamo config for local dev with graphql auditors

Change-Id: Icdedc9d618f3207a16848d0a10c053a816dcbdf5
Reviewed-on: https://gerrit.instructure.com/c/canvas-lms/+/246398
Reviewed-by: Michael Ziwisky <mziwisky@instructure.com>
Tested-by: Service Cloud Jenkins <svc.cloudjenkins@instructure.com>
QA-Review: Ethan Vizitei <evizitei@instructure.com>
Product-Review: Ethan Vizitei <evizitei@instructure.com>
This commit is contained in:
Ethan Vizitei 2020-08-28 16:11:39 -05:00
parent a668a9944a
commit 0d332e2dde
1 changed files with 21 additions and 0 deletions

View File

@ -0,0 +1,21 @@
development:
auditors:
region: us-east-42
access_key_id: ASDFASDF
secret_access_key: ZXCVZXCV
endpoint: http://dynamodb:8000/
table_prefix: canvas_auditors_dev
test:
auditors:
region: us-east-42
access_key_id: ASDFASDF
secret_access_key: ZXCVZXCV
endpoint: http://dynamodb:8000/
table_prefix: canvas_auditors_test
production:
auditors:
access_key_id: asdfasdf
secret_access_key: asdfasdf
region: us-east-42
endpoint: http://dynamodb:8000/
table_prefix: canvas_auditors_fake