config

package
v0.0.0-...-8db6ce2 Latest Latest
Warning

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

Go to latest
Published: Jan 1, 2022 License: Apache-2.0 Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type EnvConfiguration

type EnvConfiguration struct {
	Server struct {
		Port int32  `yaml:"port", envconfig:"SERVER_PORT"`
		Host string `yaml:"host", envconfig:"SERVER_HOST"`
	} `yaml:"server"`
	Chat struct {
		Message struct {
			Lifetime int `yaml:"lifetime", envconfig:"CHAT_MESSAGE_LIFETIME"`
		} `yaml:"message"`
	} `yaml:"chat"`
}

EnvConfiguration contains environment variables

Env contains application's configs

Jump to

Keyboard shortcuts

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