Skip to content

Commit

Permalink
Add a local-setup config to the tutorial (integritee book) (#666)
Browse files Browse the repository at this point in the history
  • Loading branch information
Felix Müller authored Feb 28, 2022
1 parent cbeff86 commit e0c246b
Showing 1 changed file with 52 additions and 0 deletions.
52 changes: 52 additions & 0 deletions local-setup/tutorial-config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,52 @@
{
"node": {
"bin": "../integritee-node/target/release/integritee-node",
"flags": [
"--tmp",
"--dev",
"-lruntime=info",
"--ws-port",
"9944",
"--port",
"30390",
"--rpc-port",
"8990"
]
},
"workers": [
{
"source": "bin",
"flags": [
"-P",
"2000",
"-p",
"9944",
"-w",
"2001",
"-r",
"3443"
],
"subcommand_flags": [
"--skip-ra",
"--dev"
]
},
{
"source": "bin",
"flags": [
"-P",
"3000",
"-p",
"9944",
"-w",
"3001",
"-r",
"3444"
],
"subcommand_flags": [
"--skip-ra",
"--dev"
]
}
]
}

0 comments on commit e0c246b

Please sign in to comment.