employ config.js

This commit is contained in:
christian2
2020-05-04 10:57:24 +02:00
parent 9adcc807dd
commit 84f77f3813
4 changed files with 70 additions and 73 deletions
+9
View File
@@ -342,4 +342,13 @@ module.exports =
maxIncomingBitrate : 1500000
}
}
// Prometheus exporter
/*
prometheus: {
deidentify: false, // deidentify IP addresses
numeric: false, // show numeric IP addresses
port: 8889, // allocated port
quiet: false // include fewer labels
}
*/
};