Skip to content

Commit

Permalink
added missing REDIS_HOST env var (without it was resolving to tcp://r…
Browse files Browse the repository at this point in the history
…edis:6379)
  • Loading branch information
fabiocicerchia committed Sep 1, 2023
1 parent f6ae5da commit 37651ee
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sys/cloudformation/parameters.prod.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[
{"ParameterKey": "ELBCertificateArn", "ParameterValue": ""},
{"ParameterKey": "EcrImageTagNginx", "ParameterValue": "1666636963"},
{"ParameterKey": "EcrImageTagPhp", "ParameterValue": "1666636963"},
{"ParameterKey": "EcrImageTagNginx", "ParameterValue": "1693596211"},
{"ParameterKey": "EcrImageTagPhp", "ParameterValue": "1693596211"},
{"ParameterKey": "Environment", "ParameterValue": "prod"},
{"ParameterKey": "ExecRoleArn", "ParameterValue": ""},
{"ParameterKey": "Subnets", "ParameterValue": ""},
Expand Down
2 changes: 2 additions & 0 deletions sys/cloudformation/stack.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -364,6 +364,8 @@ Resources:
Value: !Ref EnvAPPXDEBUG
- Name: APP_XDEBUG_HOST
Value: !Ref EnvAPPXDEBUGHOST
- Name: REDIS_HOST
Value: !Ref EnvREDISHOST
- Name: GITHUB_AUTH_METHOD
Value: !Ref EnvGITHUBAUTHMETHOD
- Name: GITHUB_USERNAME
Expand Down

0 comments on commit 37651ee

Please sign in to comment.