forked from TrueCloudLab/frostfs-http-gw
[#166] Add comment about empty password to examples
Signed-off-by: Angira Kekteeva <kira@nspcc.ru>
This commit is contained in:
parent
6ce5fe8025
commit
d81587f304
2 changed files with 2 additions and 2 deletions
|
@ -4,7 +4,7 @@
|
|||
HTTP_GW_WALLET_PATH=/path/to/wallet.json
|
||||
# Account address. If omitted default one will be used.
|
||||
HTTP_GW_WALLET_ADDRESS=NfgHwwTi3wHAS8aFAN243C5vGbkYDpqLHP
|
||||
# Passphrase to decrypt wallet.
|
||||
# Passphrase to decrypt wallet. If you're using a wallet without a password, place '' here.
|
||||
HTTP_GW_WALLET_PASSPHRASE=pwd
|
||||
|
||||
# Enable metrics.
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
wallet:
|
||||
path: /path/to/wallet.json # Path to wallet.
|
||||
address: NfgHwwTi3wHAS8aFAN243C5vGbkYDpqLHP # Account address. If omitted default one will be used.
|
||||
passphrase: pwd # Passphrase to decrypt wallet.
|
||||
passphrase: pwd # Passphrase to decrypt wallet. If you're using a wallet without a password, place '' here.
|
||||
|
||||
metrics: true # Enable metrics.
|
||||
pprof: true # Enable pprof.
|
||||
|
|
Loading…
Reference in a new issue