APE.Config.baseUrl = 'http://ape.ifc0nfig.com/Source'; //APE JSF
APE.Config.domain = 'ifc0nfig.com'; //Your domain, must be the same than the domain in aped.conf of your server
APE.Config.server = 'ape.ifc0nfig.com'; //APE server URL

//Scripts to load for APE JSF
(function(){
	for (var i = 0; i < arguments.length; i++)
		APE.Config.scripts.push(APE.Config.baseUrl + '/' + arguments[i] + '.js');
})('mootools-core', 'Core/Events', 'Pipe/Pipe', 'Pipe/PipeProxy', 'Pipe/PipeMulti', 'Pipe/PipeSingle', 'Core/Core', 'Core/Utility');
