/[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 219 by fraynaud, Wed Sep 28 20:10:23 2011 UTC revision 220 by fmichon, Tue Oct 18 16:02:51 2011 UTC
# Line 9  Line 9 
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    ?>

Legend:
Removed from v.219  
changed lines
  Added in v.220

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26