deleting common.js config file

This commit is contained in:
Chris Troutner
2019-01-21 16:18:09 -08:00
parent 2e5cfdb106
commit bb7dc9ad5e
2 changed files with 0 additions and 7 deletions
-1
View File
@@ -61,4 +61,3 @@ docs
coverage
# common config file.
common.js
-6
View File
@@ -1,6 +0,0 @@
module.exports = {
port: process.env.PORT || 5000,
postgresHost: 'http://127.0.0.1',
postgresUser: 'postgres',
postgresPass: 'postgres'
}