Versions in this module Expand all Collapse all v0 v0.3.0 Jun 7, 2026 v0.2.0 Jun 6, 2026 Changes in this version + const DefaultCurrency type Config + Currency string v0.1.0 Jun 5, 2026 Changes in this version + const DefaultAppEnv + const DefaultAppName + const DefaultDBDSN + const DefaultDBDriver + const DefaultEventBusProvider + const DefaultLogFormat + const DefaultLogLevel + const DefaultNatsLocksBucket + const DefaultNatsStateBucket + const DefaultNatsURL + const DefaultServerPort + const DefaultStorageBucketURL + const DefaultStorageProvider + const DefaultWorkflowStoreType + type Config struct + AppEnv string + AppName string + AuthProviders []string + DBDSN string + DBDriver string + EventBusProvider string + LogFormat string + LogLevel string + MCPAuthProviders []string + Modules []ModuleConfig + NATSLocksBucket string + NATSStateBucket string + NATSURL string + ServerPort int + StorageBucketURL string + StoragePath string + StorageProvider string + WorkflowStoreType string + func Load() (*Config, error) + func LoadWithFile(filename string) (*Config, error) + func (cfg *Config) ResolveEnvOptions() + func (cfg *Config) Validate() error + type ModuleConfig struct + ID string + Options map[string]any + Resolve string