Update configuration in run-server

This commit is contained in:
Tony Garnock-Jones 2021-10-07 18:11:15 +02:00
parent ac6f37cf0c
commit 2d31e86b05
2 changed files with 4 additions and 1 deletions

View File

@ -0,0 +1,3 @@
let ?root_ds = dataspace
<require-service <relay-listener <tcp "0.0.0.0" 8001> $gatekeeper>>
<bind "syndicate" #x"" $root_ds>

View File

@ -1,2 +1,2 @@
#!/bin/sh
make -C ../syndicate-server binary && exec taskset -c 0,1 ../target/release/syndicate-server -p 8001 "$@"
make -C ../syndicate-server binary && exec taskset -c 0,1 ../target/release/syndicate-server -c benchmark-config.pr "$@"