From a386eb8f4f96f0bf55e23280963844c50fa336b8 Mon Sep 17 00:00:00 2001 From: boufni95 Date: Tue, 28 Jan 2025 18:00:41 +0000 Subject: [PATCH] wallet paths --- env.example | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/env.example b/env.example index b73b4ad0..3da1de47 100644 --- a/env.example +++ b/env.example @@ -19,7 +19,13 @@ #DATABASE_FILE=db.sqlite #METRICS_DATABASE_FILE=metrics.sqlite #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 +#WALLET_SECRET_PATH= +# file path for wallet password +#WALLET_PASSWORD_PATH= + #LOCALHOST #ADMIN_TOKEN=