mirror of
https://github.com/mempool/mempool.git
synced 2025-01-17 18:52:34 +01:00
Default dir should be the same than config-mempool.json
This commit is contained in:
parent
a36b5c660d
commit
f3e97e2e2d
@ -2,7 +2,7 @@
|
||||
|
||||
#MEMPOOL
|
||||
__MEMPOOL_BACKEND_MAINNET_HTTP_PORT__=${BACKEND_MAINNET_HTTP_PORT:=8999}
|
||||
__MEMPOOL_BACKEND_MAINNET_CACHE_DIR__=${CACHE_DIR:=./cache}
|
||||
__MEMPOOL_BACKEND_MAINNET_CACHE_DIR__=${CACHE_DIR:=./}
|
||||
# BITCOIN
|
||||
__BITCOIN_MAINNET_RPC_HOST__=${RPC_HOST:=127.0.0.1}
|
||||
__BITCOIN_MAINNET_RPC_PORT__=${RPC_PORT:=8332}
|
||||
|
Loading…
Reference in New Issue
Block a user