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
|
HTTP_GW_WALLET_PATH=/path/to/wallet.json
|
||||||
# Account address. If omitted default one will be used.
|
# Account address. If omitted default one will be used.
|
||||||
HTTP_GW_WALLET_ADDRESS=NfgHwwTi3wHAS8aFAN243C5vGbkYDpqLHP
|
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
|
HTTP_GW_WALLET_PASSPHRASE=pwd
|
||||||
|
|
||||||
# Enable metrics.
|
# Enable metrics.
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
wallet:
|
wallet:
|
||||||
path: /path/to/wallet.json # Path to wallet.
|
path: /path/to/wallet.json # Path to wallet.
|
||||||
address: NfgHwwTi3wHAS8aFAN243C5vGbkYDpqLHP # Account address. If omitted default one will be used.
|
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.
|
metrics: true # Enable metrics.
|
||||||
pprof: true # Enable pprof.
|
pprof: true # Enable pprof.
|
||||||
|
|
Loading…
Reference in a new issue