Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Felix committed Mar 6, 2014
2 parents aab3ae1 + 259425e commit c5d0fc7
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions app.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,13 +29,14 @@ require('./lib/cas-auth.js').configureCas(express, app, config);
require('./lib/es-proxy').configureESProxy(app, config.es_host, config.es_port,
config.es_username, config.es_password);

// Serve all kibana3 frontend files
app.use('/', express.static(__dirname + '/kibana/src'));

// Serve config.js for kibana3
// We should use special config.js for the frontend and point the ES to __es/
app.get('/config.js', kibana3configjs);

// Serve all kibana3 frontend files
app.use('/', express.static(__dirname + '/kibana/src'));


run();

function run() {
Expand Down

0 comments on commit c5d0fc7

Please sign in to comment.