Skip to content
Snippets Groups Projects
Verified Commit 4797999c authored by Yaroslav Dynnikov's avatar Yaroslav Dynnikov
Browse files

feature: pass peers in env vars

Now it's possible to set up initial topology via command-line arguments.
Start one of several nodes (for example, two):

```bash
picodata run --peer 127.0.0.1:3301 --peer 127.0.0.1:3302
```

Single-instance configuration is started as before:

```bash
picodata run
```
parent 60508d58
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment