ES6 Plato on Github
Report Home
Summary Display
config/icat/icatPlus.example.js
Maintainability
83.75
Lines of code
10
Difficulty
4.00
Estimated Errors
0.01
Function weight
By Complexity
By SLOC
/** * icatPlus.example.js configuration file */ var ICATPLUS = { /** URL of ICAT+ server */ server: "http://lindemaria.esrf.fr:8000", }; export default ICATPLUS;