- Timestamp:
- Nov 4, 2014 6:26:56 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pro-violet-viettel/sourcecode/application/config/config.php
r315 r407 15 15 | 16 16 */ 17 $config['base_url'] = 'http:// viettel.violet.vn/';17 $config['base_url'] = 'http://'.$_SERVER['SERVER_NAME'].'/'; 18 18 19 19 /* … … 372 372 | 373 373 */ 374 $config['api_url'] = 'http://api.violet.vn/'; 375 374 $config['api_url'] = 'http://api.'.$_SERVER['SERVER_NAME'].'/'; 375 376 377 /* 378 |-------------------------------------------------------------------------- 379 | Viettel Service 380 |-------------------------------------------------------------------------- 381 | 382 */ 383 $config['mt_service_url'] = 'http://192.168.181.186:7777/sentmt/fromcp.asmx'; 384 $config['charging_service_url'] = 'http://10.60.32.154:8101/ChargingService.asmx'; 385 $config['topup_service_url'] = 'http://10.60.32.252:6068/Service/TopupService.svc?wsdl'; 376 386 377 387 /* End of file config.php */
Note: See TracChangeset
for help on using the changeset viewer.