mirror of
https://github.com/aljazceru/mutiny-net.git
synced 2025-12-17 14:04:19 +01:00
Add nsec params to faucet
This commit is contained in:
@@ -8,3 +8,5 @@ BLOCKPRODUCTIONDELAY=30
|
||||
UACOMMENT="MutinyNet"
|
||||
|
||||
RPCPASSWORD="my_rpc_password"
|
||||
|
||||
NSEC="my-nsec"
|
||||
|
||||
@@ -159,6 +159,7 @@ services:
|
||||
BITCOIN_RPC_HOST_AND_PORT: "bitcoind:38332"
|
||||
BITCOIN_RPC_USER: "bitcoin"
|
||||
BITCOIN_RPC_PASSWORD: $RPCPASSWORD
|
||||
NSEC: $NSEC
|
||||
NETWORK: "signet"
|
||||
HOST: "https://faucet.mutinynet.com"
|
||||
GRPC_PORT: "10009"
|
||||
|
||||
Reference in New Issue
Block a user