globals

package
v1.7.2 Latest Latest
Warning

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

Go to latest
Published: Mar 28, 2024 License: MIT Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Config

type Config struct {
	LogLevel      string `env:"LOG_LEVEL,required=true"`
	CookieSecret  string `env:"COOKIE_SECRET,required=true"`
	AppEnv        string `env:"APP_ENV,default=development"`
	BypassAuth    bool   `env:"BYPASS_AUTH"`
	IoTAHost      string `env:"IOTA_HOST,default=iot-agent"`
	IoTAPort      int    `env:"IOTA_PORT,default=4061"`
	Username      string `env:"USERNAME"`
	Password      string `env:"PASSWORD"`
	LoginAttempts int    `env:"LOGIN_ATTEMPTS,default=3"`
}
var Conf Config

Jump to

Keyboard shortcuts

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