diff --git a/scripts/configure.md b/scripts/configure.md index 09c3453..be5d4fa 100644 --- a/scripts/configure.md +++ b/scripts/configure.md @@ -3,7 +3,7 @@ ## Configure Coordinator !!coordinator.configure - name:'default' + name:'development' redis_addr:'127.0.0.1:6379' http_port:8081 ws_port:9653 diff --git a/scripts/install.md b/scripts/install.md index 3c2ef65..d33541c 100644 --- a/scripts/install.md +++ b/scripts/install.md @@ -1,8 +1,8 @@ !!include configure.md // Install all components -!!coordinator.install -!!supervisor.install -!!herorunner.install -!!osirisrunner.install -!!salrunner.install +!!coordinator.install name:'development' +!!supervisor.install name:'development' +!!herorunner.install name:'development' +!!osirisrunner.install name:'development' +!!salrunner.install name:'development'