2025-05-08 15:48:34 +08:00

8 lines
179 B
Go
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

package config
var BootFlags = &GameBootFlags{}
type GameBootFlags struct {
ApiSDKPort string `env:"api_sdk_port" default:"8180" desc:"sdk接口内部游戏调用地址"`
}