Skip to content

Commit

Permalink
use config and name instead of longer forms
Browse files Browse the repository at this point in the history
  • Loading branch information
birm authored Apr 2, 2020
1 parent abb8ae3 commit 3694f01
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config/default_data.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ let defaultTemplate = {
db.template.insert(defaultTemplate)

var defaultConfigs=[{
config_name:"preset_label",
name:"preset_label",
configuration:[
{
title:"Lymph",
Expand Down Expand Up @@ -431,4 +431,4 @@ var defaultConfigs=[{
]
}];

db.configuration.insertMany(defaultConfigs)
db.config.insertMany(defaultConfigs)

0 comments on commit 3694f01

Please sign in to comment.