tornado-relayer/.env.example
2019-12-12 02:58:58 -08:00

10 lines
156 B
Plaintext

NET_ID=42
RPC_URL=https://kovan.infura.io
REDIS_URL=redis://127.0.0.1:6379
# without 0x prefix
PRIVATE_KEY=
# 2.5 means 2.5%
RELAYER_FEE=2.5
APP_PORT=8000