-
Notifications
You must be signed in to change notification settings - Fork 71
/
.env
77 lines (58 loc) · 2.59 KB
/
.env
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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
INDEX_HOST=index.sld.tld
GRAFANA_HOST=dashboard.sld.tld
ADMIN_USER=your_user
ADMIN_PASSWORD=your_password
DB_USER=your_db_user
DB_PASS=your_db_password
DB_HOST=postgres
GRAPH_NODE_DB_NAME=your_graphnode_db_name
AGENT_DB_USER=your_db_user
AGENT_DB_PASS=your_db_password
AGENT_DB_NAME=your_agent_db_name
AGENT_DB_HOST=postgres-agent
NETWORK_SUBGRAPH_ENDPOINT="https://gateway.thegraph.com/api/[api-key]/subgraphs/id/3xQHhMudr1oh69ut36G2mbzpYmYxwqCeU6wwqyCDCnqV"
#NETWORK_SUBGRAPH_ENDPOINT="http://query-node-0:8000/subgraphs/id/Qm"
#NETWORK_SUBGRAPH_DEPLOYMENT=Qm
EPOCH_SUBGRAPH_ENDPOINT="https://gateway.thegraph.com/api/[api-key]/subgraphs/id/BhnsdeZihU4SuokxZMLF4FQBVJ3jgtZf6v51gHvz3bSS"
#EPOCH_SUBGRAPH_ENDPOINT="http://query-node-0:8000/subgraphs/id/Qm"
NETWORK_ESCROW_ENDPOINT="https://gateway.thegraph.com/api/[api-key]/subgraphs/id/4sukbNVTzGELnhdnpyPqsf1QqtzNHEYKKmJkgaT8z6M1"
#NETWORK_ESCROW_ENDPOINT="http://query-node-0:8000/subgraphs/id/Qm"
#NETWORK_ESCROW_DEPLOYMENT=Qm
REGISTRY_SUBGRAPH_ENDPOINT="https://gateway.thegraph.com/api/[api-key]/subgraphs/id/9bnkkKmSqX3FpoxnBVNFcQfmdSJt2Zc8PrsY1ek64jPr"
#REGISTRY_SUBGRAPH_ENDPOINT="http://query-node-0:8000/subgraphs/id/Qm"
CHAIN_0_NAME="network-name"
CHAIN_0_RPC="http://ip:port"
TXN_RPC="http://ip:port"
OPERATOR_SEED_PHRASE="12 or 15 word mnemonic"
STAKING_WALLET_ADDRESS=0xAdDreSs
GEO_COORDINATES='69.420 69.420'
INDEXER_AGENT_OFFCHAIN_SUBGRAPHS=""
# Get all the env vars from: https://raw.githubusercontent.com/graphprotocol/indexer/refs/heads/main/docs/testnet-setup.md
# And all TAP envs from: https://raw.githubusercontent.com/graphprotocol/indexer-rs/refs/heads/main/config/maximal-config-example.toml
# Optional env vars depending on which services you use:
#GRAPH_NODE_VERSION=graphprotocol/graph-node:v0.33.0
#INDEXER_SERVICE_VERSION=ghcr.io/graphprotocol/indexer-service:v0.20.22
#INDEXER_AGENT_VERSION=ghcr.io/graphprotocol/indexer-agent:v0.20.22
#INDEXER_CLI_VERSION=ghcr.io/graphprotocol/indexer-cli:v0.21.4
### Indexer agent GUI:
# AGENT_GUI_HOST=agent.sld.tld
# NEXTAUTH_SECRET=$(openssl rand -base64 32)
### POIfier
# POIFIER_TOKEN=token
### Graphcast Subgraph Radio
# PRIVATE_KEY=0xPrivateKey
# GRAPHCAST_NETWORK=
# REGISTRY_SUBGRAPH_ENDPOINT=
# NETWORK_SUBGRAPH_ENDPOINT=
# GRAPH_NODE_STATUS_ENDPOINT=
# RUST_LOG=
# INDEXER_ADDRESS=
# METRICS_HOST=
# If you change METRICS_PORT, make sure to also change the subgraph-radio job's targets in
# prometheus/prometheus.yml, from targets: ['subgraph-radio:3010'] to targets: ['subgraph-radio:YOUR_NEW_PORT']
# METRICS_PORT=
# SERVER_PORT=
# ID_VALIDATION=
# COVERAGE=
# PERSISTENCE_FILE_PATH=