-
Notifications
You must be signed in to change notification settings - Fork 0
/
.env.example
37 lines (37 loc) · 1.23 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
PORT=3001
SALT=HqTZ4xN0Ej
CREDITS=true
NEW_USER_CREDITS=0
DB_URI=mongodb://root:example@localhost:27017
KEEN_PROJECT=keenProjectId
KEEN_WRITE_KEY=keenWriteKey
ETHERSCAN_API_KEY=etherscanApiKey
ETHEREUM_SUPPORT=true
POLKADOT_SUPPORT=true
POLKADOT_URI=wss://polkadot.node.example/
UI_URL=http://localhost:3000
ARBITRUM_URI=https://arb1.arbitrum.io/rpc
ARBITRUM_RINKEBY_URI=https://rinkeby.arbitrum.io/rpc
ETHEREUM_URI=https://mainnet.infura.io/v3/adjaksdjkasjdkajsdkas
ROPSTEN_URI=https://ropsten.infura.io/v3/adjaksdjkasjdkajsdkas
PAYMENT=true
PAYMENT_ADDRESS=
DEV_PAYMENT_EMAILS='[email protected];[email protected]'
DEV_PAYMENT_REFUND_ADDRESS=
JWT_SECRET= adjaksdjkasjdkajsdkas
SENDGRID_API_KEY=adjaksdjkasjdkajsdkas
# send emails on successful tx execution
SUCCESS_EMAILS=true
# send emails on error with tx execution
FAILURE_EMAILS=true
# send emails when execution delayed
DELAYED_EMAILS=true
EMAIL_RECIPIENTS='[email protected];[email protected]'
# should we send success/failure emails to the address provided in the tx submission form
EXTERNAL_RECIPIENTS=false
COUPON_CODES=code1,code2
TELEGRAM_BOT_TOKEN=adjaksdjkasjdkajsdkas
TELEGRAM_CHAT_ID=-1234
GAS_PRICE_FEED_URL=http://localhost:3001
CURRENT_GAS_PRICE_FEED_URL=http://localhost:3001
SKIP_TX_BROADCAST=true