Skip to content
Snippets Groups Projects

feature: raft nodes networking

Merged Alexey Protsenko requested to merge raft-network into master
10 files
+ 370
21
Compare changes
  • Side-by-side
  • Inline
Files
10
+ 2
0
@@ -66,6 +66,8 @@ fn main_run(matches: &clap::ArgMatches) {
envp.insert("PICODATA_PEER".into(), peer);
}
envp.entry("PICODATA_PEER".into())
.or_insert_with(|| "127.0.0.1:3301".into());
envp.entry("PICODATA_LISTEN".into())
.or_insert_with(|| "3301".into());
envp.entry("PICODATA_DATA_DIR".into())
Loading