type Config struct {
// If set, do not create a personal org for new users. Instead, set this as their default org.// This is useful for single-tenant setups where all users belong to the same org.
DefaultOrgID string `koanf:"default_org_id"`
UseDefaultUser bool `koanf:"use_default_user"`
}