Use 9145 as default port for metics

This commit is contained in:
Daniel García Aubert 2020-06-09 16:35:08 +02:00
parent 7acbfc1e9b
commit 18525a60cd

View File

@ -108,7 +108,7 @@ module.exports = function metricsCollector () {
})
}
const port = process.env.PORT || 9144;
const port = process.env.PORT || 9145;
http
.createServer((req, res) => {