config

package
v0.0.0-...-811e01b Latest Latest
Warning

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

Go to latest
Published: May 23, 2024 License: Apache-2.0 Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var Configuration = loadConfig()

Configuration -- our configuration instance

Functions

This section is empty.

Types

type Config

type Config struct {
	ServicePort string

	// database attributes
	DbSecure     string // do we use TLS
	DbHost       string // hostname of database server
	DbName       string // database name
	DbUser       string // database user name
	DbPassphrase string // database user password
	DbTimeout    string // connection/read/write timeout

	// ORCID attributes
	OrcidPublicURL    string
	OrcidSecureURL    string
	OrcidOauthURL     string
	OrcidClientID     string
	OrcidClientSecret string

	// token authentication
	SharedSecret string

	// Service timeout
	ServiceTimeout int

	// diagnostic only
	Debug bool
}

Config -- our configuration structure

Jump to

Keyboard shortcuts

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