mirror of
https://github.com/aljazceru/nutshell.git
synced 2026-01-19 08:34:19 +01:00
description of settings (#823)
This commit is contained in:
@@ -118,10 +118,11 @@ LIGHTNING_FEE_PERCENT=1.0
|
||||
LIGHTNING_RESERVE_FEE_MIN=2000
|
||||
|
||||
# Mint Management gRPC service configurations
|
||||
# Run the script in cashu/mint/management_rpc/generate_certificates.sh to generate certificates for the server and client.
|
||||
# Use `poetry run mint-cli get-info` to test the connection.
|
||||
MINT_RPC_SERVER_ENABLE=FALSE
|
||||
MINT_RPC_SERVER_ADDR=localhost
|
||||
MINT_RPC_SERVER_PORT=8086
|
||||
MINT_RPC_SERVER_MUTUAL_TLS=TRUE
|
||||
MINT_RPC_SERVER_KEY="./server_private.pem"
|
||||
MINT_RPC_SERVER_CERT="./server_cert.pem"
|
||||
MINT_RPC_SERVER_CA="./ca_cert.pem"
|
||||
|
||||
Reference in New Issue
Block a user