config

package
v0.0.0-...-8ada8ee Latest Latest
Warning

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

Go to latest
Published: Jul 10, 2022 License: BSD-3-Clause Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	//ServerHost 服务器ip
	ServerHost = os.Getenv("SERVER_HOST")
	//ServerPort 服务器端口
	ServerPort, _ = strconv.Atoi(os.Getenv("SERVER_PORT"))
	//SubServerHost 备用服务器ip
	SubServerHost = os.Getenv("SUB_SERVER_HOST")
	//SubServerPort 备用服务器端口
	SubServerPort, _ = strconv.Atoi(os.Getenv("SUB_SERVER_PORT"))
	//Debug 是否debug模式
	Debug, _ = strconv.ParseBool(os.Getenv("DEBUG"))
	//Logger 日志
	Logger *logrus.Logger
)

Functions

This section is empty.

Types

This section is empty.

Jump to

Keyboard shortcuts

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