Update env.example
This commit is contained in:
parent
a386eb8f4f
commit
7147905875
1 changed files with 3 additions and 2 deletions
|
|
@ -21,9 +21,10 @@
|
|||
#LOGS_DIR=logs
|
||||
# directory where app data will be stored
|
||||
#DATA_DIR=
|
||||
# file path for wallet secret, will be used to encrypt the seed, and converted as hex into bytes to make a password, if the password file is not provided or empty
|
||||
# Pub will generate a ranom secret to encrypt the seed phrase in the database.
|
||||
# Specify a location only if you require privleged storage, else it will be stored in the Pub data dir.
|
||||
#WALLET_SECRET_PATH=
|
||||
# file path for wallet password
|
||||
# If using a password file directly within LND's configuration, specify it here for Pub to use it for unlocking.
|
||||
#WALLET_PASSWORD_PATH=
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue