Skip to content
Snippets Groups Projects
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
config.js 347 B
/******************************************************************************
 * Vipra Application
 * Configuration
 ******************************************************************************/
/* globals Vipra */
(function() {

  "use strict";

  window.Vipra = window.Vipra || {};

  Vipra.config = {
    restUrl: '/vipra/rest'
  };

})();