Skip to content

Commit

Permalink
fix dynamo
Browse files Browse the repository at this point in the history
  • Loading branch information
Idokah committed Sep 21, 2023
1 parent 2543146 commit b1e7541
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ schemas.json
packages/.DS_Store
.DS_Store
.eslintcache
.infracost

# dependencies
node_modules
Expand Down
4 changes: 2 additions & 2 deletions apps/velo-external-db/test/resources/docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -188,8 +188,8 @@ services:
- 8000:8000
environment:
AWS_REGION: us-west-2
AWS_ACCESS_KEY_ID: TEST_ACCESS_KEY_ID
AWS_SECRET_ACCESS_KEY: TEST_SECRET_ACCESS_KEY
AWS_ACCESS_KEY_ID: TestAccessKeyId
AWS_SECRET_ACCESS_KEY: TestSecretAccessKey
networks:
- backend

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ services:
- 8000:8000
environment:
AWS_REGION: us-west-2
AWS_ACCESS_KEY_ID: TEST_ACCESS_KEY_ID
AWS_SECRET_ACCESS_KEY: TEST_SECRET_ACCESS_KEY
AWS_ACCESS_KEY_ID: TestAccessKeyId
AWS_SECRET_ACCESS_KEY: TestSecretAccessKey
networks:
- backend

Expand Down

0 comments on commit b1e7541

Please sign in to comment.