Update env.example

This commit is contained in:
Justin (shocknet) 2025-01-28 13:13:25 -05:00 committed by GitHub
parent a386eb8f4f
commit 7147905875
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -21,9 +21,10 @@
#LOGS_DIR=logs #LOGS_DIR=logs
# directory where app data will be stored # directory where app data will be stored
#DATA_DIR= #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= #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= #WALLET_PASSWORD_PATH=