10 |
*/ |
*/ |
11 |
|
|
12 |
$conn[1] = array( |
$conn[1] = array( |
13 |
"openFoncier sig interne", |
"openFoncier", |
14 |
"pgsql", |
"pgsql", |
15 |
"pgsql", |
"pgsql", |
16 |
"postgres", // login |
"postgres", // login |
19 |
"localhost", |
"localhost", |
20 |
"5432", |
"5432", |
21 |
"", |
"", |
22 |
"openfoncier_trunk", // nom de la base |
"openfoncier_clean", // nom de la base |
|
"AAAA-MM-JJ", |
|
|
"public", |
|
|
"", |
|
|
"ldap-default", |
|
|
); |
|
|
|
|
|
|
|
|
$conn[2] = array( |
|
|
"Openmairie foncier shema sig externe", |
|
|
"pgsql", |
|
|
"pgsql", |
|
|
"postgres", |
|
|
"postgres", |
|
|
"tcp", |
|
|
"localhost", |
|
|
"5432", |
|
|
"", |
|
|
"accm", |
|
23 |
"AAAA-MM-JJ", |
"AAAA-MM-JJ", |
24 |
"openfoncier", |
"openfoncier", |
25 |
"" |
"", |
26 |
|
NULL, // directory |
27 |
|
NULL, // mail |
28 |
|
"filestorage-default", // filestorage |
29 |
); |
); |
30 |
|
|
|
|
|
|
|
|
31 |
?> |
?> |