-
Notifications
You must be signed in to change notification settings - Fork 0
/
template.toml
50 lines (42 loc) · 1.49 KB
/
template.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
[server]
initial_bundles = ["QmeaPp764FjQjPB66M9ijmQKmLhwBpHQhA7dEbH2FA1j3v:"]
initial_files = ["QmeE38uPSqT5XuHfM8X2JZAYgDCEwmDyMYULmZaRnNqPCj:0017234500.dbin.zst"]
admin_auth_token = "lemme"
admin_host_and_port = "0.0.0.0:5664"
default_price_per_byte = 1
ipfs_gateway = "https://ipfs.network.thegraph.com"
log_format = "Pretty"
[server.storage_method.LocalFiles]
main_dir = "./example-file"
[common]
[common.indexer]
indexer_address = "0xdeadbeefdeadbeefdeadbeefdeadbeefdeadbeef"
operator_mnemonic = "foo bar baz ruux zorp quux quuz corge grault garply waldo fred"
[common.graph_node]
status_url = "http://localhost:8030/graphql"
query_base_url = "http://localhost:8000"
[common.database]
postgres_url = "postgresql://indexer@localhost:5432/indexer"
[common.network_subgraph]
query_url = "https://api.thegraph.com/subgraphs/name/graphprotocol/graph-network-arbitrum-sepolia"
syncing_interval = 60
# optional, default = false:
serve_subgraph = false
serve_auth_token = "it-is-serving-network-subgraph-data"
[common.escrow_subgraph]
query_url = "https://api.thegraph.com/subgraphs/name/graphprotocol/scalar-tap-arbitrum-sepolia"
syncing_interval = 60
# optional, default = false:
serve_subgraph = false
[common.graph_network]
id = 1
chain_id = 411614
[common.server]
url_prefix = "/"
host_and_port = "0.0.0.0:7600"
metrics_host_and_port = "0.0.0.0:7601"
# optional:
free_query_auth_token = "free-lunch-best-lunch"
[common.scalar]
chain_id = 421614
receipts_verifier_address = "0xfC24cE7a4428A6B89B52645243662A02BA734ECF"