﻿/**
 * PageConfiguration
 * debug : use this to decide if environment is productive or test (debug) mode
 * root : application root path
 */	
	 
Cv.PageConfiguration = Class.create({
	debug : true, 
	root : "" ,
	rsaModulus : "CBD9B07AF275DFB887DC7AFEE7B4B2F36AE029BA71CFEBCD4168A3E9923AE50711112649C2D32DBC1DCD172865079F6B0D392AF07284FFD8562615D43F09622C6C1154AAD6432538B63F6586FA6A797738524443A72AB0D3C7A21DE7737291E73421AAE9A61BD4B7FFA83968A5D76123407F69F7DFBA2E06A824D3485DFD9E4F",
	rsaExponent : "010001"
});

if (!window.CvPageConfiguration) 
	CvPageConfiguration = new Cv.PageConfiguration();
