Versions in this module Expand all Collapse all v1 v1.0.0 Jun 17, 2026 Changes in this version + const EnvPrefix + type Config struct + AMHost string + AMPort int + DB DBConfig + IMHost string + IMPort int + LogLevel string + TlsCertFile string + TlsEnabled bool + TlsKeyFile string + func Default() *Config + func Load(path string) (*Config, error) + func MustLoad(path string) *Config + func (m *Config) JSONString() string + func (m *Config) TOMLString() string + func (m *Config) YAMLString() string + type DBConfig struct + Database string + Host string + LogModeEnable bool + Password string + Port int + Type string + User string + func (m *DBConfig) GetHost() string + func (m *DBConfig) GetUrl() string