tornado-relayer/.env.example

19 lines
340 B
Plaintext
Raw Normal View History

2021-06-03 10:23:30 -04:00
NET_ID=56
HTTP_RPC_URL=https://bsc-dataseed1.ninicoin.io/
2019-12-12 05:58:58 -05:00
REDIS_URL=redis://127.0.0.1:6379
2019-12-09 13:47:56 -05:00
2020-12-01 15:45:48 -05:00
# DNS settings
VIRTUAL_HOST=example.duckdns.org
LETSENCRYPT_HOST=example.duckdns.org
2020-05-08 13:29:31 -04:00
APP_PORT=8000
2019-11-15 04:01:59 -05:00
2020-12-01 15:45:48 -05:00
# without 0x prefix
PRIVATE_KEY=
# 0.05 means 0.05%
REGULAR_TORNADO_WITHDRAW_FEE=0.05
2020-10-06 07:20:26 -04:00
REWARD_ACCOUNT=
2020-12-01 15:45:48 -05:00
CONFIRMATIONS=4
2020-10-06 07:20:26 -04:00
2020-05-08 13:29:31 -04:00
# in GWEI
2020-11-10 10:20:02 -05:00
MAX_GAS_PRICE=1000