-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.example.env
45 lines (32 loc) · 1.07 KB
/
.example.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
NEXT_PUBLIC_INFURA_ID=
# Name of Infura network (e.g. 'mainnet', 'goerli')
NEXT_PUBLIC_INFURA_NETWORK=
# URL of Juicebox subgraph from thegraph.com
NEXT_PUBLIC_SUBGRAPH_URL=
# Pinata gateway e.g. 'gateway.pinata.cloud'
NEXT_PUBLIC_PINATA_GATEWAY_HOSTNAME=
# Base URL of site - for dev, just use http://localhost:3000/
NEXT_PUBLIC_BASE_URL=
# sentry url. Not needed for development
NEXT_PUBLIC_SENTRY_DSN=
# e.g. aeolian-local.infura-ipfs.io
NEXT_PUBLIC_INFURA_IPFS_HOSTNAME=
# prod-only
NEXT_PUBLIC_ARCX_API_KEY=
# Github access token (for project archival requests)
GITHUB_ACCESS_TOKEN=
# development-only
NEXT_PUBLIC_TENDERLY_API_KEY=
NEXT_PUBLIC_TENDERLY_PROJECT_NAME=
NEXT_PUBLIC_TENDERLY_ACCOUNT=
### Serverside Variables ###
# Pinata API key
PINATA_PINNER_KEY=
PINATA_PINNER_SECRET=
# URL for discovery of the schema used in graphql generation
GRAPHQL_SCHEMA_SUBGRAPH_URL=
# Additional Infura project id used for nextjs page rendering. This is needed
# due to the whitelisting in prod of the main infura id
PRE_RENDER_INFURA_ID=
INFURA_IPFS_PROJECT_ID=
INFURA_IPFS_API_SECRET=