Changeset 457 for pro-violet-viettel/sourcecode/application/config
- Timestamp:
- Nov 10, 2014 11:56:43 PM (11 years ago)
- Location:
- pro-violet-viettel/sourcecode/application/config
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
pro-violet-viettel/sourcecode/application/config/autoload.php
r348 r457 53 53 */ 54 54 55 $autoload['libraries'] = array('curl', 'xml','database', 'vservices','session' );55 $autoload['libraries'] = array('curl', 'xml','database', 'vservices','session','nusoap_library'); 56 56 57 57 -
pro-violet-viettel/sourcecode/application/config/config.php
r444 r457 372 372 | 373 373 */ 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/'; 377 377 /* 378 378 |-------------------------------------------------------------------------- … … 385 385 $config['topup_service_url'] = 'http://10.60.32.252:6068/Service/TopupService.svc?wsdl'; 386 386 387 $config['mo_username'] = 'sbg'; 388 $config['mo_password'] = 'sbg571285'; 389 390 $config['charging_username'] = 'sbg'; 391 $config['charging_password'] = 'sbg123#@!'; 392 387 393 /* End of file config.php */ 388 394 /* Location: ./application/config/config.php */ -
pro-violet-viettel/sourcecode/application/config/database.php
r345 r457 50 50 51 51 $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 54 54 $db['default']['database'] = 'violet-viettel'; 55 55 $db['default']['dbdriver'] = 'pdo';
Note: See TracChangeset
for help on using the changeset viewer.