Changeset 499 for pro-violet-viettel/sourcecode/application/config
- Timestamp:
- Nov 14, 2014 6:01:48 AM (11 years ago)
- Location:
- pro-violet-viettel/sourcecode/application/config
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
pro-violet-viettel/sourcecode/application/config/config.php
r487 r499 388 388 $config['mo_password'] = 'sbg571285'; 389 389 390 $config['mt_username'] = 'sbg'; 391 $config['mt_password'] = 'sbg56ab77cdsgb'; 392 390 393 $config['charging_username'] = 'sbg'; 391 394 $config['charging_password'] = 'sbg123#@!'; 395 392 396 /* 393 397 |-------------------------------------------------------------------------- -
pro-violet-viettel/sourcecode/application/config/database.php
r490 r499 51 51 $db['default']['hostname'] = 'mysql:host=127.0.0.1'; 52 52 $db['default']['username'] = 'root';//sbg 53 $db['default']['password'] = ' Quyenhue@123';//sbg~~!!@@12353 $db['default']['password'] = '123456';//sbg~~!!@@123 54 54 $db['default']['database'] = 'violet-viettel'; 55 55 $db['default']['dbdriver'] = 'pdo'; -
pro-violet-viettel/sourcecode/application/config/routes.php
r483 r499 43 43 44 44 $route['violetservice/soanbai/mo'] = 'services/viettel/mo'; 45 $route['violetservice/soanbai/mo/'] = 'services/viettel/mo'; 45 46 $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'; 46 50 47 51 $route['admin'] = 'admin/home';
Note: See TracChangeset
for help on using the changeset viewer.