- Created Test Environment un Server test.freeplanet.app

- mongodb open 2 connections port (3000 and 3001) - 27017 and 27018
This commit is contained in:
Paolo Arena
2019-02-13 01:51:33 +01:00
parent ea06079878
commit df31a9ea9b
5 changed files with 19 additions and 7 deletions

View File

@@ -9,10 +9,19 @@ module.exports = {
"PORT": 3000,
"NODE_ENV": "development"
},
env_test: {
"PORT": 3001,
"NODE_ENV": "test",
},
env_production: {
"PORT": 3000,
"NODE_ENV": "production",
}
},
log_file: "combined.outerr.log",
error_file: "err.log",
out_file: "out.log",
merge_logs: true,
log_date_format: "YYYY-MM-DD HH:mm:ss.SSSS Z"
}
]
}
};