envvar

package
v0.0.0-...-92ca402 Latest Latest
Warning

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

Go to latest
Published: Dec 5, 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 Env

type Env struct {
	AuthJwksAud         string `split_words:"true" required:"true"`
	AuthJwksIss         string `split_words:"true" required:"true"`
	AuthJwksUrl         string `split_words:"true" required:"true"`
	ChainClaimsContract string `split_words:"true" required:"true"`
	ChainRpcEndpoint    string `split_words:"true" required:"true"`
	ChainUvxContract    string `split_words:"true" required:"true"`
	HttpHost            string `split_words:"true" required:"true"`
	HttpPort            string `split_words:"true" required:"true"`
	LogLevel            string `split_words:"true" default:"debug"`
	RedisHost           string `split_words:"true" required:"false"`
	RedisPass           string `split_words:"true" required:"false"`
	RedisUser           string `split_words:"true" required:"false"`
	SignerPrivateKey    string `split_words:"true" required:"true"`
}

func Load

func Load(kin string) Env

Jump to

Keyboard shortcuts

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