Skip to content

Instantly share code, notes, and snippets.

@elliotttf
Created May 15, 2013 12:13
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save elliotttf/5583570 to your computer and use it in GitHub Desktop.
Save elliotttf/5583570 to your computer and use it in GitHub Desktop.
Example config file for Four Kitchens node.js training.
module.exports = {
port: 1234, // Unique port number.
pollInterval: 10000, // Frequency that content endpoints will be polled at.
drupalNodesUrl: 'http://user.training-server.com/exercises/drupal/rest/node.json' // URL to student's training instance.
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment