conf

package
v1.0.0-rc Latest Latest
Warning

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

Go to latest
Published: May 24, 2021 License: AGPL-3.0 Imports: 1 Imported by: 0

Documentation

Overview

package conf defines configurations

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Debug

func Debug() bool

func ListenAddr

func ListenAddr() string

func Load

func Load()

Load loads envs

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

Jump to

Keyboard shortcuts

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