Skip to content

Commit

Permalink
Disable test flag. (#99)
Browse files Browse the repository at this point in the history
  • Loading branch information
vincentwschau authored Apr 24, 2024
1 parent c5f9fad commit 207ed4b
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions indexer/locals.tf
Original file line number Diff line number Diff line change
Expand Up @@ -46,10 +46,6 @@ 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 @@ -219,10 +215,6 @@ 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 207ed4b

Please sign in to comment.