tornado-relayer/.env.example

12 lines
249 B
Plaintext
Raw Normal View History

2019-07-18 16:05:09 +02:00
NET_ID=42
2019-12-05 20:08:54 +01:00
RPC_URL=https://kovan.infura.io
2020-02-12 02:49:25 +01:00
# ORACLE_RPC_URL should always point to the mainnet
2019-12-23 17:38:44 +01:00
ORACLE_RPC_URL=https://mainnet.infura.io
2019-12-12 11:58:58 +01:00
REDIS_URL=redis://127.0.0.1:6379
2019-12-09 19:47:56 +01:00
# without 0x prefix
2019-07-18 16:05:09 +02:00
PRIVATE_KEY=
2019-11-26 21:34:52 +01:00
# 2.5 means 2.5%
RELAYER_FEE=2.5
2019-11-15 10:01:59 +01:00
APP_PORT=8000