From 838a3fdb85d87bd7390ffacb1411fd3e9ffe23bf Mon Sep 17 00:00:00 2001 From: Alex Vanin Date: Fri, 11 Feb 2022 14:51:18 +0300 Subject: [PATCH] [#1103] example: Add neofs-cli config example Signed-off-by: Alex Vanin --- config/example/cli.yaml | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 config/example/cli.yaml diff --git a/config/example/cli.yaml b/config/example/cli.yaml new file mode 100644 index 00000000..4eddb216 --- /dev/null +++ b/config/example/cli.yaml @@ -0,0 +1,7 @@ +--- + +wallet: wallets/wallet.json # path to the NEP-6 wallet file or path to private key file or WIF +address: Nf5YDCHrrtFCbetGT8TF1kwH1SjnJjT9N1 # account address in the NEP-6 wallet, omit for default address +password: secret # account password, use "" for empty password +rpc-endpoint: s01.neofs.devenv:8080 # NeoFS API endpoint of NeoFS node +endpoint: localhost:8090 # Control API endpoint of NeoFS node