|
@@ -24,7 +24,7 @@ import (
|
|
var name = flag.String("n", "w303", "the name of the server")
|
|
var name = flag.String("n", "w303", "the name of the server")
|
|
var port = flag.Int64("p", 8080, "the port of the server")
|
|
var port = flag.Int64("p", 8080, "the port of the server")
|
|
var nodeId = flag.Int64("i", 1, "the node id of the server")
|
|
var nodeId = flag.Int64("i", 1, "the node id of the server")
|
|
-var configFile = flag.String("f", "./etc/websocket.local.yaml", "the config file")
|
|
|
|
|
|
+var configFile = flag.String("f", "./etc/websocket.debug.yaml", "the config file")
|
|
|
|
|
|
func main() {
|
|
func main() {
|
|
time.Local = time.UTC
|
|
time.Local = time.UTC
|