Skip to content

Instantly share code, notes, and snippets.

@brenopolanski
Created September 16, 2015 14:36
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save brenopolanski/faed753084bdec145f85 to your computer and use it in GitHub Desktop.
Save brenopolanski/faed753084bdec145f85 to your computer and use it in GitHub Desktop.
Saiku external working with Node.js
var port = process.env.C9_PORT || parseInt(argv[2], 10) || 8081;
var backend_host = argv[3] || 'repo.meteorite.bi';
var backend_port = argv[4] || 9999;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment