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

Commit

Permalink
default port set to 8443 so it doesnt require root privileges
Browse files Browse the repository at this point in the history
  • Loading branch information
lirantal committed Dec 5, 2014
1 parent a17f86d commit 2faaca5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/env/secure.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
'use strict';

module.exports = {
port: 443,
port: 8443,
db: process.env.MONGOHQ_URL || process.env.MONGOLAB_URI || 'mongodb://localhost/mean',
log: {
// Can specify one of 'combined', 'common', 'dev', 'short', 'tiny'
Expand Down

0 comments on commit 2faaca5

Please sign in to comment.