Skip to content

Commit

Permalink
add ws variables
Browse files Browse the repository at this point in the history
  • Loading branch information
dydxwill committed Mar 25, 2024
1 parent 853d878 commit e2cacc2
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions indexer/locals.tf
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,10 @@ locals {
name = "PG_POOL_MIN",
value = "10",
},
{
name : "SEND_SUBACCOUNT_WEBSOCKET_MESSAGE_FOR_STATEFUL_ORDERS",
value : "true"
},
var.ender_ecs_environment_variables,
],
),
Expand Down Expand Up @@ -211,6 +215,10 @@ locals {
name = "PG_POOL_MIN",
value = "1",
},
{
name = "SEND_SUBACCOUNT_WEBSOCKET_MESSAGE_FOR_STATEFUL_ORDERS",
value = "false",
},
var.vulcan_ecs_environment_variables,
],
),
Expand Down

0 comments on commit e2cacc2

Please sign in to comment.