Subversion Repositories Applications.papyrus

Rev

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

Rev 775 Rev 782
Line 8... Line 8...
8
 
8
 
Line 9... Line 9...
9
define('PAP_BDD_NOM','papyrus');
9
define('PAP_BDD_NOM','papyrus');
Line 10... Line 10...
10
 
10
 
Line 11... Line 11...
11
define('PAP_BDD_UTILISATEUR','root');
11
define('PAP_BDD_UTILISATEUR','root');
Line 12... Line 12...
12
 
12
 
Line 13... Line 13...
13
define('PAP_BDD_MOT_DE_PASSE','fs1980');
13
define('PAP_BDD_MOT_DE_PASSE','');
Line 14... Line 14...
14
 
14
 
Line 15... Line 15...
15
define('PAP_DSN', 'mysql://'.PAP_BDD_UTILISATEUR.':'.PAP_BDD_MOT_DE_PASSE.'@'.PAP_BDD_SERVEUR.'/'.PAP_BDD_NOM);
15
define('PAP_DSN', 'mysql://'.PAP_BDD_UTILISATEUR.':'.PAP_BDD_MOT_DE_PASSE.'@'.PAP_BDD_SERVEUR.'/'.PAP_BDD_NOM);
Line 16... Line 16...
16
 
16
 
Line 17... Line 17...
17
define('PAP_FTP_SERVEUR','localhost');
17
define('PAP_FTP_SERVEUR','localhost');