Skip to content

Commit

Permalink
Change order of a setting
Browse files Browse the repository at this point in the history
  • Loading branch information
homer0 committed Jan 31, 2018
1 parent de1b982 commit 03ed276
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ class Jimpex extends Jimple {
*/
this.options = extend(true, {
version: '0.0.0',
filesizeLimit: '15MB',
configuration: {
default: null,
name: 'app',
Expand All @@ -66,7 +67,6 @@ class Jimpex extends Jimple {
route: 'statics',
folder: '',
},
filesizeLimit: '15MB',
express: {
trustProxy: true,
disableXPoweredBy: true,
Expand Down

0 comments on commit 03ed276

Please sign in to comment.