Skip to content

Commit

Permalink
local setup procedure improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
mrFlick72 committed Mar 3, 2024
1 parent ecef3b4 commit 7ec4a38
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion local-environment/configuration/vauthenticator.yml
Original file line number Diff line number Diff line change
Expand Up @@ -115,4 +115,12 @@ vauthenticator:
table-name: VAuthenticator_Ticket_Local_Staging
mfa_account_methods:
table-name: VAuthenticator_Mfa_Account_Methods_Local_Staging
iamUserAwsCredentialsProvider: true
iamUserAwsCredentialsProvider: true

aws:
s3:
endpointOverride: "http://s3.localhost.localstack.cloud:4566"
kms:
endpointOverride: "http://localhost:4566"
dynamodb:
endpointOverride: "http://localhost:4566"

0 comments on commit 7ec4a38

Please sign in to comment.