1
0
mirror of https://github.com/newnius/YAO-scheduler.git synced 2025-12-15 08:16:43 +00:00
This commit is contained in:
2019-11-11 15:33:04 +08:00
parent 0abda954c8
commit ea5ce278ca
2 changed files with 15 additions and 11 deletions

View File

@@ -8,7 +8,7 @@ import (
"os"
)
var addr = flag.String("addr", "127.0.0.1:8080", "http service address")
var addr = flag.String("addr", "0.0.0.0:8080", "http service address")
var confFile = flag.String("conf", "/etc/yao/config.json", "configuration file path")
var pool *ResourcePool