Versions in this module Expand all Collapse all v1 v1.2.0 Nov 30, 2024 Changes in this version + type Config struct + Databases []Database + Env string + JwtSecretKey string + TimeZone string + Zitadel ZitadelConfig + func ConfigFactory(t string, path string, logger logger.ILogger) Config + type Database struct + Database string + Host string + Name string + Password string + Port int + Type string + Username string + type IConfig interface + GetConfig func() (config Config) + ReadFile func(path string) + type ViperConfig struct + func NewViperConfig(logger logger.ILogger) *ViperConfig + func (vc *ViperConfig) GetConfig() (Config, error) + func (vc *ViperConfig) ReadFile(path string) + type ZitadelConfig struct + Domain string + KeyPath string + Port uint8