-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy path.env.template
More file actions
27 lines (20 loc) · 816 Bytes
/
.env.template
File metadata and controls
27 lines (20 loc) · 816 Bytes
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
# The name of the network (e.g., mainnet, arbitrum, etc.)
NETWORK_NAME=...
# The URL of the Graph Node endpoint for self-hosted Graph Node
GRAPHNODE_URL=...
# The URL of the IPFS endpoint for self-hosted IPFS
IPFS_URL=...
# The version label for the deployment (e.g., v1.0.0)
VERSION_LABEL=...
# The slug for the subgraph created on The Graph Network
SUBGRAPH_SLUG=...
# The deploy key for The Graph Network deployment
SUBGRAPH_DEPLOY_KEY=...
# The network name for The Graph Network deployment (e.g., arbitrum-sepolia, arbitrum)
SUBGRAPH_NETWORK_NAME=...
# DEPLOY_ENV specifies the deployment environment.
# Possible values:
# - empty: For production deployment.
# - tmp: For temporary indexing and avoiding downtime during production deployment.
# - staging: For staging environment deployment.
DEPLOY_ENV=