mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-09-14 10:29:29 +02:00
docs: update path to where macaroons are stored
Co-Authored-By: Karl Ranna <karl@karlranna.com>
This commit is contained in:
committed by
Olaoluwa Osuntokun
parent
856500dc43
commit
dc3db4bf62
@@ -39,15 +39,23 @@
|
||||
|
||||
; Path to write the admin macaroon for lnd's RPC and REST services if it
|
||||
; doesn't exist. This can be set if one wishes to store the admin macaroon in a
|
||||
; distinct location. By default, it is stored within lnd's main home directory.
|
||||
; Applications that are able to read this file, gains admin macaroon access
|
||||
; adminmacaroonpath=~/.lnd/admin.macaroon
|
||||
; distinct location. By default, it is stored within lnd's network directory.
|
||||
; Applications that are able to read this file, gain admin macaroon access.
|
||||
; adminmacaroonpath=~/.lnd/data/chain/bitcoin/simnet/admin.macaroon
|
||||
|
||||
; Path to write the read-only macaroon for lnd's RPC and REST services if it
|
||||
; doesn't exist. This can be set if one wishes to store the read-only macaroon
|
||||
; in a distinct location. The read only macaroon allows users which can read
|
||||
; the file to access RPCs which don't modify the state of the daemon.
|
||||
; readonlymacaroonpath=~/.lnd/readonly.macaroon
|
||||
; the file to access RPCs which don't modify the state of the daemon. By
|
||||
; default, it is stored within lnd's network directory.
|
||||
; readonlymacaroonpath=~/.lnd/data/chain/bitcoin/simnet/readonly.macaroon
|
||||
|
||||
; Path to write the invoice macaroon for lnd's RPC and REST services if it
|
||||
; doesn't exist. This can be set if one wishes to store the invoice macaroon in
|
||||
; a distinct location. By default, it is stored within lnd's network directory.
|
||||
; The invoice macaroon allows users which can read the file to gain read and
|
||||
; write access to all invoice related RPCs.
|
||||
; invoicemacaroonpath=~/.lnd/data/chain/bitcoin/simnet/invoice.macaroon
|
||||
|
||||
|
||||
; Specify the interfaces to listen on for p2p connections. One listen
|
||||
|
Reference in New Issue
Block a user