function Configuration(){var self=this; self._init(); }Configuration.prototype._init=function(){var self=this; self.rootPath="public/share/extranet/pro/contenido/2.0.0"; self.pwdrecoverWSContext=window.location.protocol+"//"+window.location.host; self.siteKey="6LchOAgTAAAAAB28uxKs_MJz0WhUSbwR-x0YQIJy"; }; Configuration.prototype.getRootPath=function(){var self=this; return self.rootPath; }; Configuration.prototype.getUrlPwdRecover=function(){var self=this; return self.pwdrecoverWSContext; }; Configuration.prototype.getSiteKey=function(){var self=this; return self.siteKey; }; var configuration=new Configuration();