@@ -1,6 +1,3 @@
-# Config file
-config.js
-
# Logs
logs
*.log
@@ -0,0 +1,3 @@
+module.exports = {
+ port: process.env.PORT || 3000
+}