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
526a0acc
Commit
526a0acc
authored
Sep 05, 2017
by
Jeromy
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
add measure layer to badgerds profile defaults
License: MIT Signed-off-by:
Jeromy
<
jeromyj@gmail.com
>
parent
152a9fa8
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
2 deletions
+6
-2
repo/config/profile.go
repo/config/profile.go
+6
-2
No files found.
repo/config/profile.go
View file @
526a0acc
...
...
@@ -43,8 +43,12 @@ var ConfigProfiles = map[string]func(*Config) error{
},
"badgerds"
:
func
(
c
*
Config
)
error
{
c
.
Datastore
.
Spec
=
map
[
string
]
interface
{}{
"type"
:
"measure"
,
"prefix"
:
"badger.datastore"
,
"child"
:
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