ES6 Plato on Github
Report Home
Summary Display
config/icat/icatPlus.example.js
Maintainability
83.75
Lines of code
11
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: "https://icatplus.esrf.fr", }; export default ICATPLUS;