Skip to content

Commit

Permalink
Merge pull request mongo-express#249 from muxahuk/fixes/01
Browse files Browse the repository at this point in the history
add gridFSEnabled option in configs.default file
  • Loading branch information
wulfsolter authored Aug 21, 2016
2 parents 5e143a5 + 3177c62 commit c403d43
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions config.default.js
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,9 @@ module.exports = {
//collapsibleJSONDefaultUnfold: if collapsibleJSON is set to `true`, this defines default level
// to which JSONs are displayed unfolded; use number or "all" to unfold all levels
collapsibleJSONDefaultUnfold: 1,

//gridFSEnabled: if gridFSEnabled is set to 'true', you will be able to manage uploaded files ( ak. grids, gridFS )
gridFSEnabled: false
},

// Specify the default keyname that should be picked from a document to display in collections list.
Expand Down

0 comments on commit c403d43

Please sign in to comment.