-
Notifications
You must be signed in to change notification settings - Fork 17
/
Copy path.env.example
77 lines (52 loc) · 2.07 KB
/
.env.example
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
# local, goerli, mainnet
NETWORK=local
# verbose logger
VERBOSE=true
# Add a key to not be rate limited with INFURA
# INFURA_ID=
# ENS suffix
# joincolony.eth for local and mainnet
# joincolony.test for goerli (and other testnets)
COLONY_NETWORK_ENS_NAME=joincolony.eth
# Node environment (development, staging, production)
NODE_ENV=development
# HTTP endpoint for graphql server
SERVER_ENDPOINT=http://127.0.0.1:3000
# HTTP endpoint for kyc oracle
KYC_ORACLE_ENDPOINT=http://127.0.0.1:3003
# HTTP endpoint for "The Graphs" graphql server
SUBGRAPH_ENDPOINT=http://127.0.0.1:8000/subgraphs/name/joinColony/subgraph
# WebSocket endpoint for "The Graphs" graphql server
# @NOTE This is only be needed locally when running the dev build
# In a production/qa environment this variable will not be avaiable
SUBGRAPH_WS_ENDPOINT=ws://127.0.0.1:8001/subgraphs/name/joinColony/subgraph
# Pinata.cloud API. Only use it on local if you want to test this specifically,
# otherwise you'll pollute your account with random data
# PINATA_API_KEY=
# Pinata.cloud Secret. Only use it on local if you want to test this specifically,
# otherwise you'll pollute your account with random data
# PINATA_API_SECRET=
# Used in non-local network deployments to customize the network address
# NETWORK_CONTRACT_ADDRESS=
# Used (currently) to set a manual provider for Xdai deployments
# RPC_URL=
# Token for "userflow.com" user onboarding
# USERFLOW_TOKEN=
# Wrapped CLNY on XDAI token address, only used for the Metacolony
# META_WRAPPED_TOKEN_ADDRESS=
# Vesting contract, only used for the Metacolony
# META_VESTING_CONTRACT_ADDRESS
# GLOBAL METATRANSACTION ENABLE SWITCH
METATRANSACTIONS=true
# METATRANSACTIONS BROADCASTER ADDRESS
BROADCASTER_ENDPOINT=http://127.0.0.1:3004
# Add API keys in order to allow contract interaction parsing
ETHERSCAN_API_KEY=
BSCSCAN_API_KEY=
# For testing Safe Control locally. Ensure you have a foreign chain running locally.
LOCAL_HOME_BRIDGE_ADDRESS=
LOCAL_FOREIGN_BRIDGE_ADDRESS=
LOCAL_SAFE_ADDRESS=
ZODIAC_BRIDGE_MODULE_ADDRESS=
LOCAL_ERC721_ADDRESS=
LOCAL_SAFE_TOKEN_ADDRESS=