Documentation
¶
Index ¶
Constants ¶
View Source
const ( ALTIA_LOCAL = "local" ALTIA_DEV = "altia-dev" ISBE_DEV = "isbe-dev" ISBE_PRE = "isbe-pre" ISBE_PRO = "isbe-pro" )
We define several profiles, to facilitate configuration if an environment matches one of the profiles. To run the server in a specific profile, use the -profile flag or the PROFILE environment variable, with the value of the profile you want to use. No other environment variables are required when using a profile, except for the TSA and email server credentials.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct {
Development bool
OnboardURL string
OnboardPort string
TMFServerURL string
CertAuthConfig *certauth.Config
}
Config is the configuration for the server. It contains the configuration for CertAuth, CertSec and Onboard servers.
Click to show internal directories.
Click to hide internal directories.