Subversion Repositories Applications.papyrus

Rev

Rev 2003 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 2003 Rev 2009
Line 35... Line 35...
35
*/
35
*/
Line 36... Line 36...
36
 
36
 
37
$active_group = 'default';
37
$active_group = 'default';
Line 38... Line 38...
38
$active_record = TRUE;
38
$active_record = TRUE;
39
 
39
 
40
$db['default']['hostname'] = 'localhost';
40
$db['default']['hostname'] = PAP_BDD_SERVEUR;
41
$db['default']['username'] = 'aurelien';
41
$db['default']['username'] = PAP_BDD_UTILISATEUR;
42
$db['default']['password'] = 'Canard';
42
$db['default']['password'] = PAP_BDD_MOT_DE_PASSE;
43
$db['default']['database'] = 'tela_prod';
43
$db['default']['database'] = PAP_BDD_NOM;
44
$db['default']['dbdriver'] = 'mysql';
44
$db['default']['dbdriver'] = 'mysql';
45
$db['default']['dbprefix'] = '';
45
$db['default']['dbprefix'] = '';
46
$db['default']['pconnect'] = FALSE;
46
$db['default']['pconnect'] = FALSE;