install dev configs for horus

This commit is contained in:
Timur Gordon
2025-11-19 08:23:37 +01:00
parent 91de9a8e94
commit e925f4c974
2 changed files with 6 additions and 6 deletions

View File

@@ -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

View File

@@ -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'