var _appsettings = { authentication_url: function () { return ''; }, server_url: function () { let appUrl = ''; if (_appsettings.active_identity()) { if (_appsettings.active_identity().appUrl != undefined && _appsettings.active_identity().appUrl != null) appUrl = _appsettings.active_identity().appUrl; } return appUrl; }, client_url: function () { return ''; }, asset_url: function () { return ''; }, notification_url: function () { return 'http://localhost:3088/notificationhub'; }, dochub_url: function () { return _appsettings.server_url() + '/unidochub'; }, chathub_url: function () { return _appsettings.server_url() + '/chathub'; }, theme: function () { return 'default'; }, active_form: function () { }, active_identity: function () { return Unibase.Platform.Membership.Infos.Identity.getCurrentUser(); }, isdevelopement: function () { return true; } }; var reportViewerSettings = { tableViewer: function () { return 'tabulatorviewer'; }, chartViewer: function () { return 'tabulatorviewer'; } }; var _mapsettings = { key: function () { return 'AIzaSyBGmahAAg3EVzAUJvttDZsjdZiJenJxGt8'; } }; var _windowsSettings = { AccessType: function () { return 'Server'; } };