forked from smartcontractkit/chainlink
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.env
58 lines (48 loc) · 1.5 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
# All of these variables can be overridden by
# setting the same variable within your shell
# Chainlink env vars
CHAINLINK_DB_NAME=node_dev
CHAINLINK_DEV=true
CHAINLINK_PGPASSWORD=node
ETH_CHAIN_ID=34055
ETH_URL=ws://devnet:8546
EXPLORER_URL=ws://explorer:3001
LOG_LEVEL=info
MINIMUM_CONTRACT_PAYMENT_LINK_JUELS=1000000000000
MIN_INCOMING_CONFIRMATIONS=1
MIN_OUTGOING_CONFIRMATIONS=1
RUST_BACKTRACE=1
DEFAULT_HTTP_TIMEOUT=5s
ENABLE_EXPERIMENTAL_ADAPTERS=true
ENABLE_BULLETPROOF_TX_MANAGER=true
# dev only credentials
CHAINLINK_TLS_PORT=0
EXPLORER_ACCESS_KEY=u4HULe0pj5xPyuvv
EXPLORER_SECRET=YDxkVRTmcliehGZPw7f0L2Td3sz3LqutAQyy7sLCEIP6xcWzbO8zgfBWi4DXC6U6
SECURE_COOKIES=false
# Explorer env vars
EXPLORER_DB_NAME=explorer_dev
EXPLORER_DB_PORT=5432
EXPLORER_PGPASSWORD=explorer
EXPLORER_SERVER_PORT=3001
EXPLORER_COOKIE_SECRET=testingtestingtestingtestingtesting
# Ingester
INGESTER_DB_HOST=chainlink-explorer-db
INGESTER_DB_USERNAME=postgres
# Integration test env vars
ETH_HTTP_URL=http://devnet:8545
SRCROOT=/chainlink
ECHO_SERVER_PORT=6690
ECHO_SERVER_URL=http://echo-server:6690/count
CHAINLINK_PORT=6688
CHAINLINK_URL=http://node:6688
CLIENT_NODE_URL=http://node:6688
CYPRESS_EXPLORER_URL=http://explorer:3001
CYPRESS_JOB_SERVER_HOST=cypress-job-server
CYPRESS_JOB_SERVER_PORT=6692
EXTERNAL_ADAPTER_PORT=6644
EXTERNAL_ADAPTER_URL=http://external-adapter:6644
NODE_1_CONTAINER=chainlink-node
NODE_2_CONTAINER=chainlink-node-2
CLIENT_NODE_2_URL=http://node-2:6688
EXTERNAL_ADAPTER_2_URL=http://external-adapter-2:6644