Documentation
¶
Overview ¶
package conf defines configurations
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ListenAddr ¶
func ListenAddr() string
func SuperUserID ¶
func SuperUserID() string
func UCClientID ¶
func UCClientID() string
func UCClientSecret ¶
func UCClientSecret() string
func WildDomain ¶
func WildDomain() string
Types ¶
type Conf ¶
type Conf struct {
Debug bool `env:"DEBUG" default:"false"`
ListenAddr string `env:"LISTEN_ADDR" default:":3083"`
UCClientID string `default:"dice" env:"UC_CLIENT_ID"`
UCClientSecret string `default:"secret" env:"UC_CLIENT_SECRET"`
WildDomain string `default:"dev.terminus.io" env:"DICE_ROOT_DOMAIN"`
}
Conf define envs
Click to show internal directories.
Click to hide internal directories.