diff --git a/env.example b/env.example index 3da1de47..d35a7c0f 100644 --- a/env.example +++ b/env.example @@ -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=