proxymysql/app/conf/config.go

13 lines
188 B
Go

package conf
var App = &Config{}
type Config struct {
ServerVersion string
RemoteDb string
ServerAddr string
WebAddr string
SaveLog bool
LogLevel string
}