Skip to content

Commit 56b8d2a

Browse files
authored
Merge pull request #6385 from connext/hotfix-graph-apikey
chore: add graph api key to config
2 parents 1e89386 + 9fd993a commit 56b8d2a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ops/mainnet/prod/core/config.tf

+1
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ locals {
1212
{ name = "STAGE", value = var.stage },
1313
{ name = "DD_PROFILING_ENABLED", value = "true" },
1414
{ name = "DD_ENV", value = "${var.environment}-${var.stage}" },
15+
{ name = "GRAPH_API_KEY", value = var.graph_api_key }
1516
]
1617
router_env_vars = [
1718
{ name = "NXTP_CONFIG", value = local.local_router_config },

0 commit comments

Comments
 (0)