forked from TrueCloudLab/frostfs-dev-env
9 lines
185 B
YAML
9 lines
185 B
YAML
|
server:
|
||
|
# The IP and port to listen on.
|
||
|
listen-address: 0.0.0.0:8090
|
||
|
|
||
|
# Wallet settings
|
||
|
wallet:
|
||
|
path: /wallet.json # Path to wallet
|
||
|
passphrase: one # Password to decrypt wallet
|