Changeset 228 for pro-bachkim-filespace/sourcecode/application/config
- Timestamp:
- Oct 1, 2014 10:11:23 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pro-bachkim-filespace/sourcecode/application/config/database.php
r1 r228 49 49 $active_record = TRUE; 50 50 51 $db['default']['hostname'] = 'mysql:host=localhost';51 /* $db['default']['hostname'] = 'mysql:host=localhost'; 52 52 $db['default']['username'] = 'root'; 53 53 $db['default']['password'] = 'root'; … … 63 63 $db['default']['swap_pre'] = ''; 64 64 $db['default']['autoinit'] = TRUE; 65 $db['default']['stricton'] = FALSE; 65 $db['default']['stricton'] = FALSE; */ 66 66 67 67
Note: See TracChangeset
for help on using the changeset viewer.