Skip to content

Commit

Permalink
App config
Browse files Browse the repository at this point in the history
  • Loading branch information
mfit committed Mar 1, 2016
1 parent e3f2d3e commit 64e0275
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/app/scripts/config.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
(function () {
'use strict';
var app = angular.module('FacetedUI');
app.constant('Config', {
esClient: 'js' // 'py' or 'js'
});
}());

0 comments on commit 64e0275

Please sign in to comment.