config = {};

/*config.serviceLocator = {
		
	scheduleService: {
		type:"HTTP/JSON",
		url:"{appPath}/schedule",
		timeout:30000
	},
	showDetailService: {
		type:"HTTP/JSON",
		url:"{appPath}/show",
		timeout:30000
	}
};*/

config.serviceLocator = {
		
	scheduleService: {
		type:"HTTP/JSON",
		url:"schedule",
		timeout:30000
	},
	showService: {
		type:"HTTP/JSON",
		url:"show-detail",
		timeout:30000
	}
};
