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

Commit

Permalink
Merge pull request #637 from Gym/0.4.0
Browse files Browse the repository at this point in the history
formatting: indent
  • Loading branch information
ilanbiala committed Jul 10, 2015
2 parents e8c79e4 + b8d6fa7 commit cff3efe
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 cff3efe

Please sign in to comment.