Skip to content

Commit e59bae4

Browse files
committed
Update config.toml.example
1 parent b92fe80 commit e59bae4

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

config.toml.example

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@
66
# =============================================================================
77

88
[bigquery]
9-
BIGQUERY_LOCATION_ID = ""
10-
BIGQUERY_PROJECT_ID = ""
11-
BIGQUERY_DATASET_ID = ""
12-
BIGQUERY_TABLE_ID = ""
9+
BIGQUERY_LOCATION_ID = "US"
10+
BIGQUERY_PROJECT_ID = "graph-mainnet"
11+
BIGQUERY_DATASET_ID = "internal_metrics"
12+
BIGQUERY_TABLE_ID = "metrics_indexer_attempts"
1313

1414
[blockchain]
1515
BLOCKCHAIN_CONTRACT_ADDRESS = ""

0 commit comments

Comments
 (0)