MCPcopy Create free account
hub / github.com/cloudbase/garm / getMySQLDefaultConfig

Function getMySQLDefaultConfig

config/config_test.go:62–69  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

60}
61
62func getMySQLDefaultConfig() MySQL {
63 return MySQL{
64 Username: "test",
65 Password: "test",
66 Hostname: "127.0.0.1",
67 DatabaseName: "garm",
68 }
69}
70
71func getDefaultDatabaseConfig(dir string) Database {
72 return Database{

Callers 2

TestDatabaseConfigFunction · 0.85
TestGormParamsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected