From 71479058752db6db4a23f49c923db4f1a3c2f539 Mon Sep 17 00:00:00 2001 From: "Justin (shocknet)" <34176400+shocknet-justin@users.noreply.github.com> Date: Tue, 28 Jan 2025 13:13:25 -0500 Subject: [PATCH] Update env.example --- env.example | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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=