21 lines
500 B
Text
21 lines
500 B
Text
|
|
# Lethean Explorer Configuration
|
||
|
|
# Daemon RPC endpoint (testnet: 46941, mainnet: 36941)
|
||
|
|
API=http://127.0.0.1:46941
|
||
|
|
FRONTEND_API=http://127.0.0.1:3335
|
||
|
|
SERVER_PORT=3335
|
||
|
|
AUDITABLE_WALLET_API=http://127.0.0.1:46941
|
||
|
|
ASSETS_WHITELIST_URL=
|
||
|
|
WEBSOCKET_ENABLED_DURING_SYNC=true
|
||
|
|
ENABLE_VISIBILITY_INFO=true
|
||
|
|
MAX_DAEMON_REQUEST_COUNT=1000
|
||
|
|
|
||
|
|
# Network mode: TEST or MAIN
|
||
|
|
NET_MODE=TEST
|
||
|
|
|
||
|
|
PGUSER=CHANGE_ME
|
||
|
|
PGPASSWORD=CHANGE_ME
|
||
|
|
PGDATABASE=lethean_explorer
|
||
|
|
PGHOST=127.0.0.1
|
||
|
|
PGPORT=5433
|
||
|
|
MEXC_API_URL=https://api.mexc.com
|