MCPcopy Create free account
hub / github.com/koding/kite / NewConfig

Function NewConfig

testutil/testutil.go:90–98  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

88}
89
90func NewConfig() *config.Config {
91 conf := config.New()
92 conf.Username = "testuser"
93 conf.KontrolURL = "http://localhost:4000/kite"
94 conf.KontrolKey = testkeys.Public
95 conf.KontrolUser = "testuser"
96 conf.KiteKey = NewKiteKey().Raw
97 return conf
98}
99
100func init() {
101 // Monkey-patch default logging handler that is used by Kite.Logger

Callers

nothing calls this directly

Calls 1

NewKiteKeyFunction · 0.85

Tested by

no test coverage detected