Skip to content

Commit

Permalink
Update config.default.js
Browse files Browse the repository at this point in the history
  • Loading branch information
smithy545 committed Jul 21, 2016
1 parent da6b1c0 commit 5f0a15d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config.default.js
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ module.exports = {
},

site: {
// baseUrl: the URL that mongo express will be located at - Remember to add the forward slash at the stard and end!
// baseUrl: the URL that mongo express will be located at - Remember to add the forward slash at the start and end!
baseUrl: process.env.ME_CONFIG_SITE_BASEURL || '/',
cookieKeyName: 'mongo-express',
cookieSecret: process.env.ME_CONFIG_SITE_COOKIESECRET || 'cookiesecret',
Expand Down

0 comments on commit 5f0a15d

Please sign in to comment.