Skip to content

Commit

Permalink
Merge pull request #1521 from schandrika/tagging
Browse files Browse the repository at this point in the history
removed unused parameter from example configuration of tagging service
  • Loading branch information
jhaack authored Oct 11, 2017
2 parents fe16c99 + db8e956 commit cba42e0
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 10 deletions.
3 changes: 0 additions & 3 deletions services/core/MongodbTaggingService/config.mongodb
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,4 @@
},
#optional prefix to be used for all collections
"table_prefix":"volttron"



}
8 changes: 1 addition & 7 deletions services/core/SQLiteTaggingService/config
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,5 @@
},
# optional if you want the tables created for tagging to have names
# starting with <given prefix>_<tablename>
"table_prefix": "volttron",

# optional resources directory. From which allowed set of tags and
# tag categories. If this is skipped, code searches for tags.csv and
# categories.csv under "resources" directory in the same package as
# the tagging service
"resource_sub_dir":"resources"
"table_prefix": "volttron"
}

0 comments on commit cba42e0

Please sign in to comment.