Skip to content

Commit

Permalink
Restore example.env
Browse files Browse the repository at this point in the history
  • Loading branch information
ppalazon committed Dec 11, 2019
1 parent 307e61b commit 3b992f8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions targets/example.env
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@ STACK_NAME=foobar
AWS_REGION=us-east-1
# Parameters to pass to CloudFormation, look in cloudformation.yaml for full list
STACK_PARAMS=\
ParameterKey=HookUrl,ParameterValue=https://hooks.slack.com/services/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 \
ParameterKey=HookUrl,ParameterValue=https://hooks.slack.com/services/... \
ParameterKey=ParentAlertStack,ParameterValue= \
ParameterKey=ErrorAlertEmail,ParameterValue= \
ParameterKey=Channel,ParameterValue=\#mail-bounces \
ParameterKey=Channel,ParameterValue=\#channel-name \
ParameterKey=KmsDecryptKeyArn,ParameterValue=

# After deploy, `make` will add STACK_ID, LAMBDA_NAME and more...

0 comments on commit 3b992f8

Please sign in to comment.