ipfs document storage for etica - works on etica network/currencys
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

19 lines
764 B

# Where the backend lives
BACKEND_BASE=http://127.0.0.1:4310
# Same DB the backend uses (read-only is enough, but full works)
DATABASE_URL=postgres://ipfsapp:12eas678@localhost:5432/ipfsapp
# Etica RPCs (use both if you have them; WS is optional)
# Comma-separated; the watcher will rotate/fallback automatically
ETICA_HTTP=https://eticamainnet.eticascan.org,https://eticamainnet.eticaprotocol.org,https://rpc.etica-stats.org
ETICA_WS= # (optional; leave empty unless you have a working wss://)
# Minimum confirmations (will be compared with per-payment min_confirmations)
REQUIRED_CONFIRMATIONS=5
# Polling interval (ms) when no WS is available
POLL_INTERVAL_MS=15000
# Max pending payments to scan each loop
MAX_ROWS=200