This commit is contained in:
aozhiwei 2020-12-13 14:57:27 +08:00
parent 213d93b01d
commit 5fd20da45b

View File

@ -12,7 +12,7 @@ var App = new (App_)
func (this *App_) Init() { func (this *App_) Init() {
f5.App = &this.App_ f5.App = &this.App_
f5.App.SetPkgName("rankserver") f5.App.SetPkgName("gamepay_backend")
this.App_.Init() this.App_.Init()
G.MetaMgr = new(MetaMgr).Init() G.MetaMgr = new(MetaMgr).Init()
G.HttpServer = new(f5.HttpServer).Init("httpserver", 1000 * 60) G.HttpServer = new(f5.HttpServer).Init("httpserver", 1000 * 60)