Commit 00040083 authored by Jeromy's avatar Jeromy

add badger init profile

License: MIT
Signed-off-by: default avatarJeromy <jeromyj@gmail.com>
parent c310e3d9
......@@ -41,4 +41,11 @@ var ConfigProfiles = map[string]func(*Config) error{
c.Discovery.MDNS.Enabled = false
return nil
},
"badgerds": func(c *Config) error {
c.Datastore.Spec = map[string]interface{}{
"type": "badgerds",
"path": "badgerds",
}
return nil
},
}
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment