Renamed config file, added sample

did this to allow for other configs in our namespace.
This commit is contained in:
sm
2014-04-26 10:25:23 -07:00
parent fd53d3e51e
commit 6da0bfac7a
2 changed files with 8 additions and 1 deletions
+1 -1
View File
@@ -19,7 +19,7 @@ var profile = flag.String("pprof", "", "if specified will run with pprof")
var mprofile = flag.String("mprof", "", "if specified will dump a memory profile")
var netprofile = flag.Bool("netprof", false, "if specified will run with net/http/pprof on :8667")
var verbose = flag.Bool("verbose", false, "")
var config = flag.String("config", "~/.config/hackerbots/config.json", "location of config file")
var config = flag.String("config", "~/.config/hackerbots/server.json", "location of config file")
func main() {
log.SetFlags(log.Ldate | log.Ltime | log.Lshortfile)