wallet paths
This commit is contained in:
parent
853f7d5a70
commit
a386eb8f4f
1 changed files with 6 additions and 0 deletions
|
|
@ -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=
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue