9 |
* @version SVN : $Id: database.inc.php 288 2010-12-02 13:52:25Z fmichon $ |
* @version SVN : $Id: database.inc.php 288 2010-12-02 13:52:25Z fmichon $ |
10 |
*/ |
*/ |
11 |
|
|
|
// MySQL |
|
|
/* |
|
12 |
$conn[1] = array( |
$conn[1] = array( |
13 |
"Openmairie foncier MySQL", |
"openFoncier ", |
|
"mysql", |
|
|
"", |
|
|
"root", |
|
|
"", |
|
|
"", |
|
|
"localhost", |
|
|
"", |
|
|
"", |
|
|
"openfoncier", |
|
|
"AAAA-MM-JJ", |
|
|
"", |
|
|
"" |
|
|
); |
|
|
*/ |
|
|
$conn[1] = array( |
|
|
"Openmairie foncier base 2 ", |
|
14 |
"pgsql", |
"pgsql", |
15 |
"pgsql", |
"pgsql", |
16 |
"postgres", |
"postgres", // login |
17 |
"postgres", |
"postgres", // mot de passe |
18 |
"tcp", |
"tcp", |
19 |
"localhost", |
"localhost", |
20 |
"5432", |
"5432", |
21 |
"", |
"", |
22 |
"openfoncier2", |
"openfoncier", // nom de la base |
23 |
"AAAA-MM-JJ", |
"AAAA-MM-JJ", |
24 |
"public", |
"public", |
|
"" |
|
|
); |
|
|
|
|
|
// PostGreSQL |
|
|
$conn[2] = array( |
|
|
"Openmairie foncier base 0", |
|
|
"pgsql", |
|
|
"pgsql", |
|
|
"postgres", |
|
|
"postgres", |
|
|
"tcp", |
|
|
"localhost", |
|
|
"5432", |
|
25 |
"", |
"", |
26 |
"openfoncier", |
"ldap-default", |
|
"AAAA-MM-JJ", |
|
|
"public", |
|
|
"" |
|
27 |
); |
); |
28 |
|
|
|
?> |
|
29 |
|
?> |