Browse Source

Include config.js

sbkwgh 8 years ago
parent
commit
05d95c1f3e
2 changed files with 3 additions and 3 deletions
  1. 0 3
      .gitignore
  2. 3 0
      config.js

+ 0 - 3
.gitignore

@@ -1,6 +1,3 @@
-# Config file
-config.js
-
 # Logs
 logs
 *.log

+ 3 - 0
config.js

@@ -0,0 +1,3 @@
+module.exports = {
+	port: process.env.PORT || 3000
+}