@@ -2,7 +2,7 @@ Name: events.rpc
ListenOn: 0.0.0.0:1116
Timeout: 0
-Mode: prod
+Mode: pro
Log:
ServiceName: events-rpc
@@ -38,7 +38,7 @@ func main() {
fmt.Printf("Starting rpc server at %s...\n", c.ListenOn)
s.Start()
- if c.Mode == "prod" {
+ if c.Mode == "pro" {
envitem.SetOptions(envitem.Options{GtServerIp: c.GtServerIp, Cache: ctx.Cache})
go func() {