Skip to content

Commit

Permalink
adds patero to collection names.
Browse files Browse the repository at this point in the history
  • Loading branch information
pardo-bsso committed Mar 7, 2014
1 parent 22bf793 commit 2f214a1
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions config/development.js
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,7 @@ module.exports = {
Mostomessages: 'mostomessages',
Sketchs: 'sketchs',
Auth: 'users',
Transcoding: 'transcode_queue'
},
Widgets: {
Files: [
Expand Down
1 change: 1 addition & 0 deletions config/production.js
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,7 @@ module.exports = {
Mostomessages: 'mostomessages',
Sketchs: 'sketchs',
Auth: 'users',
Transcoding: 'transcode_queue'
},
Widgets: {
Files: [
Expand Down
5 changes: 5 additions & 0 deletions config/schema_validator.json
Original file line number Diff line number Diff line change
Expand Up @@ -490,6 +490,11 @@
"type": "string",
"title": "Auth",
"description" : "Collection name for list of users"
},
"Transcoding" : {
"type": "string",
"title": "Transcoding",
"description" : "Collection name for list of transcoding jobs"
}
}
},
Expand Down

0 comments on commit 2f214a1

Please sign in to comment.