We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7a4e007 commit 48da941Copy full SHA for 48da941
devops-tooling/docker-compose.yml
@@ -11,7 +11,7 @@ services:
11
- "4571:4571" # elasticsearch service
12
environment:
13
- DEBUG=1 # turn debug output on
14
- - ENFORCE_IAM=${ENFORCE_IAM-1} # Enable IAM policy evaluation and enforcement
+ - ENFORCE_IAM=${ENFORCE_IAM-0} # Enable IAM policy evaluation and enforcement
15
- LAMBDA_RUNTIME_ENVIRONMENT_TIMEOUT=90
16
- PERSIST_ALL=${PERSIST_ALL-false}
17
- LOCALSTACK_API_KEY=${LOCALSTACK_API_KEY-}
0 commit comments