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