-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
19 lines (19 loc) · 787 Bytes
/
.env.example
File metadata and controls
19 lines (19 loc) · 787 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
MAINNET_NODE_URL = "ethereum-mainnet-node-url"
KOVAN_NODE_URL = "ethereum-kovan-node-url"
PRIVATE_KEY = "0x<add_your_metamask_account_private_key (prefix it with 0x)>";
MNEMONIC = '<your METAMASK ACCOUNT mnemonic>'
DB_NAME = '<Name_of_DB>'
DB_HOST = '<IP/URL_where_DB_is_running>'
DB_USER = '<UserName_of_DB(Generally it is same as DB_NAME>'
DB_DIALECT = '<Value_of_DB_dialect>'
DB_PASSWORD = '<Password_of_DB (if any)_else_keep_it_empty>'
DB_PORT = <Port_number_on_which_DB-is_running>
# Debug = 0 means false and any other value means true - used for debugging the test script
DEBUG = <any value from 0 onwards, 0 -> false, 1,2,3.... -> true>
COINMARKETCAP_API=
ETHERSCAN_API_KEY=
DATA_LOGIN_EMAIL=
DATA_LOGIN_PASSWORD=
STAGING_NETWORK_URL=
GENERATE_DOC_ON_COMPILE =
STRATEGY_DIVISOR =