Subversion Repositories SmartDukaan

Rev

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

Rev 13304 Rev 15353
Line 216... Line 216...
216
$config['email_list'] = array('amit.gupta@shop2020.in', 'anikendra.das@shop2020.in');
216
$config['email_list'] = array('amit.gupta@shop2020.in', 'anikendra.das@shop2020.in');
217
$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');
217
$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');
218
 
218
 
219
$config['ga_id']='UA-50253280-1';
219
$config['ga_id']='UA-50253280-1';
220
$config['ga_domain']='shop2020.in';
220
$config['ga_domain']='shop2020.in';
-
 
221
$config['profitmandi_token_validation_url'] = 'http://shop2020.in:8080/mobileapi/login!validateAuthToken?authToken=';
221
 
222