wallet paths

This commit is contained in:
boufni95 2025-01-28 18:00:41 +00:00
parent 853f7d5a70
commit a386eb8f4f

View file

@ -19,7 +19,13 @@
#DATABASE_FILE=db.sqlite #DATABASE_FILE=db.sqlite
#METRICS_DATABASE_FILE=metrics.sqlite #METRICS_DATABASE_FILE=metrics.sqlite
#LOGS_DIR=logs #LOGS_DIR=logs
# 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
#WALLET_SECRET_PATH=
# file path for wallet password
#WALLET_PASSWORD_PATH=
#LOCALHOST #LOCALHOST
#ADMIN_TOKEN= #ADMIN_TOKEN=