Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Conf ¶
type Conf struct { Issuer string // FIXME what the hell is an issuer? OAuth OAuthConf `yaml:"OAuth"` Services string `yaml:"services"` // Service folder JWKProvider string `yaml:"jwk_provider"` Listen string `yaml:"listen"` // http listen address AdminListen string `yaml:"admin_listen"` DataPath string `yaml:"data_path"` Hosts []string `yaml:"hosts"` // private hostnames for exposing private services, like browserless }
Click to show internal directories.
Click to hide internal directories.