feat: added topics configuration

This commit is contained in:
Andrej Zavgorodnij 2020-10-05 22:56:55 +03:00
parent acda112838
commit 5a6c488c79
1 changed files with 2 additions and 2 deletions

View File

@ -79,9 +79,9 @@ Generate keys for your node:
```
$ ./dc4bc_d gen_keys --username john_doe --key_store_dbdsn /tmp/dc4bc_john_doe_key_store
```
Start the node:
Start the node (note the `--storage_topic` flag — use a fresh topic for cleaner test runs):
```
$ ./dc4bc_d start --username john_doe --key_store_dbdsn /tmp/dc4bc_john_doe_key_store --listen_addr localhost:8080 --state_dbdsn /tmp/dc4bc_john_doe_state --storage_dbdsn 94.130.57.249:9092
$ ./dc4bc_d start --username john_doe --key_store_dbdsn /tmp/dc4bc_john_doe_key_store --listen_addr localhost:8080 --state_dbdsn /tmp/dc4bc_john_doe_state --storage_dbdsn 94.130.57.249:9092 --storage_topic test_topic
```
Start the airgapped machine:
```