Skip to content

Commit

Permalink
Merge pull request #6385 from connext/hotfix-graph-apikey
Browse files Browse the repository at this point in the history
chore: add graph api key to config
  • Loading branch information
LayneHaber authored Feb 3, 2025
2 parents 1e89386 + 9fd993a commit 56b8d2a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ops/mainnet/prod/core/config.tf
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ locals {
{ name = "STAGE", value = var.stage },
{ name = "DD_PROFILING_ENABLED", value = "true" },
{ name = "DD_ENV", value = "${var.environment}-${var.stage}" },
{ name = "GRAPH_API_KEY", value = var.graph_api_key }
]
router_env_vars = [
{ name = "NXTP_CONFIG", value = local.local_router_config },
Expand Down

0 comments on commit 56b8d2a

Please sign in to comment.