Documentation
¶
Overview ¶
Package conf Dicehub 环境配置
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Conf ¶
type Conf struct {
ListenAddr string `env:"LISTEN_ADDR" default:":10000"`
MonitorAddr string `env:"MONITOR_ADDR" default:"monitor.default.svc.cluster.local:7096"`
Debug bool `env:"DEBUG" default:"false"`
OpsAddr string `env:"OPS_ADDR"`
EventBoxAddr string `env:"EVENTBOX_ADDR"`
GCSwitch bool `env:"RELEASE_GC_SWITCH" default:"true"`
MaxTimeReserved string `env:"RELEASE_MAX_TIME_RESERVED" default:"72"` // default: 72h
ExtensionMenu map[string][]string `env:"EXTENSION_MENU" default:"{}"`
SiteUrl string `env:"SITE_URL"`
}
Conf DiceHub 环境变量配置项
Click to show internal directories.
Click to hide internal directories.