label configs as development
This commit is contained in:
@@ -8,34 +8,29 @@
|
|||||||
http_port:8081
|
http_port:8081
|
||||||
ws_port:9653
|
ws_port:9653
|
||||||
log_level:'info'
|
log_level:'info'
|
||||||
repo_path:'/root/code/git.ourworld.tf/herocode/horus'
|
|
||||||
|
|
||||||
## Configure Supervisor
|
## Configure Supervisor
|
||||||
!!supervisor.configure
|
!!supervisor.configure
|
||||||
name:'default'
|
name:'development'
|
||||||
redis_addr:'127.0.0.1:6379'
|
redis_addr:'127.0.0.1:6379'
|
||||||
http_port:8082
|
http_port:8082
|
||||||
ws_port:9654
|
ws_port:9654
|
||||||
log_level:'info'
|
log_level:'info'
|
||||||
repo_path:'/root/code/git.ourworld.tf/herocode/horus'
|
|
||||||
|
|
||||||
## Configure Hero Runner
|
## Configure Hero Runner
|
||||||
!!herorunner.configure
|
!!herorunner.configure
|
||||||
name:'default'
|
name:'development'
|
||||||
redis_addr:'127.0.0.1:6379'
|
redis_addr:'127.0.0.1:6379'
|
||||||
log_level:'info'
|
log_level:'info'
|
||||||
repo_path:'/root/code/git.ourworld.tf/herocode/horus'
|
|
||||||
|
|
||||||
## Configure Osiris Runner
|
## Configure Osiris Runner
|
||||||
!!osirisrunner.configure
|
!!osirisrunner.configure
|
||||||
name:'default'
|
name:'development'
|
||||||
redis_addr:'127.0.0.1:6379'
|
redis_addr:'127.0.0.1:6379'
|
||||||
log_level:'info'
|
log_level:'info'
|
||||||
repo_path:'/root/code/git.ourworld.tf/herocode/horus'
|
|
||||||
|
|
||||||
## Configure SAL Runner
|
## Configure SAL Runner
|
||||||
!!salrunner.configure
|
!!salrunner.configure
|
||||||
name:'default'
|
name:'development'
|
||||||
redis_addr:'127.0.0.1:6379'
|
redis_addr:'127.0.0.1:6379'
|
||||||
log_level:'info'
|
log_level:'info'
|
||||||
repo_path:'/root/code/git.ourworld.tf/herocode/horus'
|
|
||||||
Reference in New Issue
Block a user