ES6 Plato on Github
Report Home
Summary Display
config/icat/icat.js
Maintainability
69.63
Lines of code
23
Difficulty
4.00
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: 'db', /** Username for the anonymous user */ username: 'reader', /** Password for the anonymous user */ password: 'reader' } }; export default ICAT;