-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathconfig.env-template
More file actions
executable file
·33 lines (25 loc) · 950 Bytes
/
config.env-template
File metadata and controls
executable file
·33 lines (25 loc) · 950 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
28
29
30
31
32
33
# where to obtain blocks data from
EOSIO_BLOCKS_API_NODE=http://localhost:8888
# how many threads to use in block data collection
BLOCK_ACQUISITION_THREADS=10
# where to submit usage data to
EOSIO_PUSH_API_NODE=http://localhost:8888
# oracle contract name
CONTRACT_ACCOUNT=eosio
# usage submission credentials
SUBMISSION_ACCOUNT=bp1
SUBMISSION_PERMISSION=active
SUBMISSION_PRIVATE_KEY=xxx
# how much historic submission data to keep
SUBMISSION_DATA_HISTORY_DAYS=28
# how long to wait between data submissions
SUBMISSION_INTERVAL_SECONDS=10
# uncomment to exclude any accounts from usage data
# EXCLUDED_ACCOUNTS=contract2,contract3
# uncomment to use test usage data instead of real aggregated data
# (be careful not to submit this data to the production contract!)
# TEST_USAGE_DATA=True
# TEST_SYSTEM_MAX_BLOCK_CPU_USAGE=200000
# TEST_SYSTEM_MAX_BLOCK_NET_USAGE=1048576
# TEST_USAGE_DATA_UTILITY_PERCENTAGE=10
# TEST_USAGE_DATA_PERIODS=366