Ignore:
Timestamp:
Nov 14, 2014 6:01:48 AM (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/config.php

    r487 r499  
    388388$config['mo_password'] = 'sbg571285';
    389389
     390$config['mt_username'] = 'sbg';
     391$config['mt_password'] = 'sbg56ab77cdsgb';
     392
    390393$config['charging_username'] = 'sbg';
    391394$config['charging_password'] = 'sbg123#@!';
     395
    392396/*
    393397|--------------------------------------------------------------------------
  • pro-violet-viettel/sourcecode/application/config/database.php

    r490 r499  
    5151$db['default']['hostname'] = 'mysql:host=127.0.0.1';
    5252$db['default']['username'] = 'root';//sbg
    53 $db['default']['password'] = 'Quyenhue@123';//sbg~~!!@@123
     53$db['default']['password'] = '123456';//sbg~~!!@@123
    5454$db['default']['database'] = 'violet-viettel';
    5555$db['default']['dbdriver'] = 'pdo';
  • pro-violet-viettel/sourcecode/application/config/routes.php

    r483 r499  
    4343
    4444$route['violetservice/soanbai/mo'] = 'services/viettel/mo';
     45$route['violetservice/soanbai/mo/'] = 'services/viettel/mo';
    4546$route['violetservice/soanbai/mo/wsdl'] = 'services/viettel/index/wsdl';
     47$route['violetservice/soanbai/index'] = 'services/viettel/index/wsdl';
     48$route['violetservice/soanbai'] = 'services/viettel/index/wsdl';
     49$route['violetservice/soanbai/'] = 'services/viettel/index/wsdl';
    4650
    4751$route['admin'] = 'admin/home';
Note: See TracChangeset for help on using the changeset viewer.