Subversion Repositories SmartDukaan

Rev

Rev 14940 | Rev 15749 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 14940 Rev 15353
Line 218... Line 218...
218
$config['email_list'] = array('amit.gupta@shop2020.in', 'anikendra.das@shop2020.in');
218
$config['email_list'] = array('amit.gupta@shop2020.in', 'anikendra.das@shop2020.in');
219
$config['email_params'] = array('protocol'  => 'smtp','smtp_host' => 'ssl://smtp.gmail.com','smtp_port' => 465,'smtp_user' => 'mobile@letsgomo.com','smtp_pass' => 'turbo124','charset'   => 'utf-8','Content-Type' =>'text/html');
219
$config['email_params'] = array('protocol'  => 'smtp','smtp_host' => 'ssl://smtp.gmail.com','smtp_port' => 465,'smtp_user' => 'mobile@letsgomo.com','smtp_pass' => 'turbo124','charset'   => 'utf-8','Content-Type' =>'text/html');
220
 
220
 
221
$config['ga_id']='UA-21662919-1';
221
$config['ga_id']='UA-21662919-1';
222
$config['ga_domain']='saholic.com';
222
$config['ga_domain']='saholic.com';
-
 
223
$config['profitmandi_token_validation_url'] = 'http://saholic.com:8080/mobileapi/login!validateAuthToken?authToken=';
223
224