stackviz/app/js/constants.js

9 lines
154 B
JavaScript

'use strict';
var AppSettings = {
appTitle: 'StackViz',
healthRoot: 'http://status.openstack.org/openstack-health'
};
module.exports = AppSettings;