Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Config ¶
type Config struct {
PasswordSalt string `yaml:"password_salt"`
PostgresUrl string `yaml:"postgres_url"`
LOG config.LOG `yaml:"log"`
HTTP config.HTTP `yaml:"http"`
AUTH config.AUTH `yaml:"auth"`
LIMITER config.Limiter `yaml:"limiter"`
Redis config.Redis `yaml:"redis"`
LDAPConfig ldapauth.Config `yaml:"ldap_config"`
}
Click to show internal directories.
Click to hide internal directories.