config

package
v0.4.0 Latest Latest
Warning

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

Go to latest
Published: Nov 7, 2023 License: GPL-3.0 Imports: 1 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 {
	DataTable          string
	AuthTable          string
	AuditTable         string
	GroupTable         string
	PrimaryKey         string
	LogRetentionDays   int
	OIDCUsernameHeader string
	OIDCNameHeader     []string
	OIDCEmailHeader    string
	OIDCGroupHeader    string
	ErrorFunc          func(req *types.Request, user *types.User, err error)
}

Config : Various configuration

type MongoConfig

type MongoConfig struct {
	Config
	ConnectionString string
	Database         string
}

MongoConfig: Mongo-specific configuration

Jump to

Keyboard shortcuts

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