Ignore:
Timestamp:
Nov 10, 2014 11:56:43 PM (11 years ago)
Author:
dungnv
Message:
 
Location:
pro-violet-viettel/sourcecode/application/config
Files:
3 edited

Legend:

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

    r348 r457  
    5353*/
    5454
    55 $autoload['libraries'] = array('curl', 'xml','database', 'vservices','session');
     55$autoload['libraries'] = array('curl', 'xml','database', 'vservices','session','nusoap_library');
    5656
    5757
  • 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 */
  • pro-violet-viettel/sourcecode/application/config/database.php

    r345 r457  
    5050
    5151$db['default']['hostname'] = 'mysql:host=127.0.0.1';
    52 $db['default']['username'] = 'root';
    53 $db['default']['password'] = 'Quyenhue@123';
     52$db['default']['username'] = 'root';//sbg
     53$db['default']['password'] = '123456';//sbg~~!!@@123
    5454$db['default']['database'] = 'violet-viettel';
    5555$db['default']['dbdriver'] = 'pdo';
Note: See TracChangeset for help on using the changeset viewer.