/[openfoncier]/trunk/dyn/database.inc.php
ViewVC logotype

Diff of /trunk/dyn/database.inc.php

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 487 by vpihour, Wed Oct 10 09:42:40 2012 UTC revision 1508 by fmichon, Tue Mar 19 17:44:29 2013 UTC
# Line 10  Line 10 
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
# Line 19  $conn[1] = array( Line 19  $conn[1] = array(
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  ?>  ?>

Legend:
Removed from v.487  
changed lines
  Added in v.1508

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26