config

package
v0.0.0-...-e5738e3 Latest Latest
Warning

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

Go to latest
Published: Dec 9, 2019 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"))
	//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