ES6 Plato on Github
Report Home
Summary Display
config/icat/icat.example.js
Maintainability
69.79
Lines of code
22
Difficulty
3.60
Estimated Errors
0.03
Function weight
By Complexity
By SLOC
/** * icat.example.js configuration file */ var ICAT = { /** Connexion settings for none anonymous users */ connection: { /** ICAT plugin used for authentication. */ plugin: 'esrf' }, /** Anonymous user's credentials*/ anonymous: { /** ICAT plugin used for authentication. */ plugin: '**', /** Username for the anonymous user */ username: '***', /** Password for the anonymous user */ password: '****' } }; export default ICAT;