//used for data uploads and social tables, value of 'user' will prefix it with userid_
$property['table_prefix']='ic';
$property['email_send_alert']="contact@infocaptor.com";
$property['from_name_send_alert']="InfoCaptor Data Notification";
//limit the file upload capacity
$property['upload_log_size']="1000000000";
$property['upload_csv_size']="100000000";
//This title will be used for all dashboards
$property['page_title']="Business Intelligence Dashboards, Reports and Metrics";
//change the header tags for the content type
$property['header_tags']="<meta http-equiv='X-UA-Compatible' content='IE=edge' />";