Ignore:
Timestamp:
Nov 10, 2014 11:56:43 PM (11 years ago)
Author:
dungnv
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • pro-violet-viettel/sourcecode/application/config/config.php

    r444 r457  
    372372|
    373373*/
    374 $config['api_url'] = 'http://api.violet.vn';
    375 
    376 
     374
     375$config['api_url'] = 'http://sbgapi.violet.vn/';
     376//$config['api_url'] = 'http://api.violet.vn/';
    377377/*
    378378 |--------------------------------------------------------------------------
     
    385385$config['topup_service_url'] = 'http://10.60.32.252:6068/Service/TopupService.svc?wsdl';
    386386
     387$config['mo_username'] = 'sbg';
     388$config['mo_password'] = 'sbg571285';
     389
     390$config['charging_username'] = 'sbg';
     391$config['charging_password'] = 'sbg123#@!';
     392
    387393/* End of file config.php */
    388394/* Location: ./application/config/config.php */
Note: See TracChangeset for help on using the changeset viewer.