dennybaa
10/8/2015 - 9:03 PM

foo.js

'use strict';
angular.module('main')
  .constant('st2Config', {

    hosts: [{
      name: 'StackStorm',
      url: 'https://:9101',
      auth: 'https://:9100',
      flow: '/flow',
    }]
  });