/***********
*
*	Change the settings below to modify feed properties
*	- Accounts
*	- Amount of messages
*	- Language filter
*
***********/

// Settings
var settings = new Array();

/**********
*
*	Defaults
*
***********/

settings['debug'] = true;

settings['engine'] = new Array();
settings['engine']['update'] = 30000; // In miliseconds, between check

/**********
*
*	Forms
*
***********/

settings['forms'] = new Array();
settings['forms']['keywords'] = "<naam>";
settings['forms']['email'] = "<emailadres>";

/**********
*
*	API
*
***********/

settings['api'] = new Array();
//settings['api']['location'] = "http://localhost:8888/KnightsofNovelty/Projects/work-in-progress-1/API/whathappens/public/location";
settings['api']['location'] = "/api/index.php/location";
//settings['api']['rating'] = "http://localhost:8888/KnightsofNovelty/Projects/work-in-progress-1/API/whathappens/public/rating"
settings['api']['rating'] = "/api/index.php/rating";

