Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct { Server *srvconfig.Config `yaml:"server"` Postgres *postgres.Config `yaml:"postgres"` S3 *minios3.Config `yaml:"s3"` Jaeger *tracing.Config `yaml:"jaeger"` Prom *prom.Config `yaml:"prom"` API *client.GrpcClientConfig `yaml:"api"` KeyCloak *KeyCloakConfig `yaml:"keycloak"` }
Config конфигурация сервиса.
type KeyCloakConfig ¶
type KeyCloakConfig struct { URL string `yaml:"url"` ClientID string `yaml:"client_id"` ClientSecret string `yaml:"client_secret"` Realm string `yaml:"realm"` AdminRealm string `yaml:"admin_realm"` User string `yaml:"user"` Password string `yaml:"password"` }
KeyCloakConfig конфигурация KeyCloak.
Click to show internal directories.
Click to hide internal directories.