config

package
v1.0.3 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 18, 2024 License: MIT Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Config

type Config struct {
	SelfBusId    string
	ZKAddr       string
	RabbitMQAddr string

	Pprof        bool
	GameDataDir  string
	MongoDb_Ip   string
	MongoDb_Port string

	LogStashIP   string
	LogStashPort int

	SensitiveWordsFile string
	DbInstances        []DbInstance
}
var SvrCfg Config

type DbInstance

type DbInstance struct {
	InstanceId  uint32
	Ip          string
	Port        uint16
	Password    string
	IsCluster   bool
	Description string
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL