Add paragraph about update targets in readme

Signed-off-by: Alex Vanin <alexey@nspcc.ru>
wallet-connect
Alex Vanin 2021-04-16 16:28:17 +03:00 committed by Alex Vanin
parent 81de766df3
commit d1a9b02f93
1 changed files with 13 additions and 0 deletions

View File

@ -25,6 +25,19 @@ Enter account NTrezR3C4X8aMLVg7vozt5wguyNfFhwuFx password >
Sent invocation transaction fa6ba62bffb04030d303dcc95bda7413e03aa3c7e6ca9c2f999d65db9ec9b82c
```
Change NeoFS global configuration values with `make update.*` commands. The
password of inner ring wallet is `one`. See examples in `make help`.
```
$ make update.epoch_duration val=30
Changing EpochDuration configration value to 30
Enter account NNudMSGzEoktFzdYGYoNb3bzHzbmM1genF password >
Sent invocation transaction dbb8c1145b6d10f150135630e13bb0dc282023163f5956c6945a60db0cb45cb0
Updating NeoFS epoch to 2
Enter account NNudMSGzEoktFzdYGYoNb3bzHzbmM1genF password >
Sent invocation transaction 0e6eb5e190f36332e5e5f4e866c7e100826e285fd949e11c085e15224f343ba6
```
You can see the addresses and hostnames of components with `make hosts` command.
```