From 15f99adfe897057f5e663c131108455b9ab121cc Mon Sep 17 00:00:00 2001 From: Timur Gordon <31495328+timurgordon@users.noreply.github.com> Date: Tue, 18 Nov 2025 20:45:35 +0100 Subject: [PATCH] remove bin path config --- scripts/configure.md | 5 ----- 1 file changed, 5 deletions(-) diff --git a/scripts/configure.md b/scripts/configure.md index c144e3b..bb5897d 100644 --- a/scripts/configure.md +++ b/scripts/configure.md @@ -4,7 +4,6 @@ !!coordinator.configure name:'default' - binary_path:'/hero/var/bin/coordinator' redis_addr:'127.0.0.1:6379' http_port:8081 ws_port:9653 @@ -14,7 +13,6 @@ ## Configure Supervisor !!supervisor.configure name:'default' - binary_path:'/hero/var/bin/supervisor' redis_addr:'127.0.0.1:6379' http_port:8082 ws_port:9654 @@ -24,7 +22,6 @@ ## Configure Hero Runner !!herorunner.configure name:'default' - binary_path:'/hero/var/bin/herorunner' redis_addr:'127.0.0.1:6379' log_level:'info' repo_path:'/root/code/git.ourworld.tf/herocode/horus' @@ -32,7 +29,6 @@ ## Configure Osiris Runner !!osirisrunner.configure name:'default' - binary_path:'/hero/var/bin/runner_osiris' redis_addr:'127.0.0.1:6379' log_level:'info' repo_path:'/root/code/git.ourworld.tf/herocode/horus' @@ -40,7 +36,6 @@ ## Configure SAL Runner !!salrunner.configure name:'default' - binary_path:'/hero/var/bin/runner_sal' redis_addr:'127.0.0.1:6379' log_level:'info' repo_path:'/root/code/git.ourworld.tf/herocode/horus' \ No newline at end of file