MCPcopy Create free account
hub / github.com/algolia/cli / NewDefaultConfigStub

Function NewDefaultConfigStub

test/config.go:122–131  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

120}
121
122func NewDefaultConfigStub() *ConfigStub {
123 return NewConfigStubWithProfiles([]*config.Profile{
124 {
125 Name: "default",
126 ApplicationID: "default",
127 AdminAPIKey: "default",
128 Default: true,
129 },
130 })
131}

Calls 1