type
Configuration
struct
{
Address
string
`mapstructure:"address" toml:"address"`
APIPrefix
string
`mapstructure:"api_prefix" toml:"api_prefix"`
APISpecFile
string
`mapstructure:"api_spec_file" toml:"api_spec_file"`
Debug
bool
`mapstructure:"debug" toml:"debug"`
Auth
bool
`mapstructure:"auth" toml:"auth"`
AuthType
string
`mapstructure:"auth_type" toml:"auth_type"`
MaximumFeedbackMessageLength
int
`mapstructure:"maximum_feedback_message_length" toml:"maximum_feedback_message_length"`