Skip to content
This repository has been archived by the owner on Aug 30, 2021. It is now read-only.

Commit

Permalink
formatting: indent
Browse files Browse the repository at this point in the history
  • Loading branch information
rhutchison committed Jul 10, 2015
1 parent 786c546 commit b8d6fa7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/env/production.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

module.exports = {
secure: true,
port: process.env.PORT || 8443,
port: process.env.PORT || 8443,
db: {
uri: process.env.MONGOHQ_URL || process.env.MONGOLAB_URI || 'mongodb://' + (process.env.DB_1_PORT_27017_TCP_ADDR || 'localhost') + '/mean',
options: {
Expand Down

0 comments on commit b8d6fa7

Please sign in to comment.