<?php  if ( ! defined('BASEPATH')) exit('No direct script access allowed');

// default admin email
$config['admin_address']        = 'rspencer@paimgmt.com';
$config['admin_cc_address']     = 'nhurwit@paimgmt.com';
$config['acro_bot_email']       = 'no-reply@acroaccreditation.org';
$config['acro_bot_name']        = 'ACRO Accreditation';
$config['rdayton_mail']         = 'Jleckie@paimgmt.com';
$config['nwallis_mail']         = 'ratkinson@paimgmt.com';
//this switch will either log the emails or send them! Don't forget to set it to TRUE in production
$config['email_activated']      = true;
$config['demo_version']         = false;
$config['qa_admin_mail']        = 'rspencer@paimgmt.com';                               //this adress will be notified when a practice has uploaded patient data
$config['https_only']           = false;                                                //always redirect to https

// audit
$config['audit_dataset_ready_from_email']   = 'no-reply@acroaccreditation.org';
$config['audit_dataset_ready_from_name']    = 'ACRO Accreditation';
$config['audit_end_nb_years']               = 3;                                        // once admin set the audit completed, update "ended_at" field for the audit (now + 3 years)
$config['audit_email_before_end_nb_months'] = 8;                                        // send an email to admin and investigator x months before the "ended_at" value (usually 8 months)

// patient
$config['patient_nb_days_due_date'] = 15;

// nb of days before due date when we send a reminder to reviewers
$config['review_remind_days'] = 1;

// user
$config['user_enabled_from_email']          = 'no-reply@acroaccreditation.org';
$config['user_enabled_from_name']           = 'ACRO Accreditation';
$config['user_password_expiration_nb_days'] = 60;

// home
$config['home_lostpassword_from_email'] = 'no-reply@acroaccreditation.org';
$config['home_lostpassword_from_name']  = 'ACRO Accreditation';
$config['maintenance_current']          = 0;//Set to 1 if website currently under maintenance