Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
dms3
go-dms3
Commits
00040083
Commit
00040083
authored
Sep 04, 2017
by
Jeromy
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
add badger init profile
License: MIT Signed-off-by:
Jeromy
<
jeromyj@gmail.com
>
parent
c310e3d9
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
0 deletions
+7
-0
repo/config/profile.go
repo/config/profile.go
+7
-0
No files found.
repo/config/profile.go
View file @
00040083
...
...
@@ -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
},
}
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment