config

package
v0.1.3 Latest Latest
Warning

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

Go to latest
Published: Jul 5, 2022 License: Apache-2.0 Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type AuthnConf added in v0.1.2

type AuthnConf struct {
	ClientId    string
	NotEnforced bool
}

type AuthzConf added in v0.1.1

type AuthzConf struct {
	Endpoint string
	Disable  bool
}

type Config

type Config struct {
	Server   ServerConf
	Database DatabaseConf
	Authz    AuthzConf
	Authn    AuthnConf
	Frontend FrontendConf
}

type DatabaseConf

type DatabaseConf struct {
	Host       string
	Port       int
	DBName     string
	DBUser     string
	DBPassword string
	Timezone   string
}

type FrontendConf added in v0.1.2

type FrontendConf struct {
	Endpoints []string
}

type ServerConf

type ServerConf struct {
	Port int
}

Jump to

Keyboard shortcuts

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