make all stats view use elasticsearch. Make sure that the document discourse types are taken form the predefined list
import Ember from 'ember';
import config from './config/environment';
const Router = Ember.Router.extend({
location: config.locationType,
rootURL: config.rootURL || '/'
});
Router.map(function() {
});
export default Router;