Skip to content

Commit

Permalink
docs: config comment of using both queryurl and deployment_id (#341)
Browse files Browse the repository at this point in the history
  • Loading branch information
carlosvdr authored Oct 4, 2024
1 parent 203e1ec commit f931744
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/maximal-config-example.toml
Original file line number Diff line number Diff line change
Expand Up @@ -59,14 +59,14 @@ syncing_interval_secs = 60
recently_closed_allocation_buffer_secs = 3600

[subgraphs.escrow]
# NOTE: It is heavily recomended to use both `query_url` and `deployment_id`,
# Query URL for the Escrow subgraph.
query_url = "http://example.com/network-subgraph"
# Optional, Auth token will used a "bearer auth"
# query_auth_token = "super-secret"

# Optional, deployment to look for in the local `graph-node`, if locally indexed.
# Locally indexing the subgraph is recommended.
# NOTE: Use `query_url` or `deployment_id` only
deployment_id = "Qmaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa"
# Refreshing interval for the Escrow contracts information from the Escrow subgraph.
syncing_interval_secs = 60
Expand Down

0 comments on commit f931744

Please sign in to comment.