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

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 147 - (hide annotations)
Wed Sep 28 20:10:23 2011 UTC (13 years, 4 months ago) by fraynaud
File size: 1074 byte(s)
mise a niveau gestion sig independante


1 fraynaud 3 <?php
2     /**
3     * Ce fichier permet le parametrage de la connexion a labase de donnees,
4     * chaque entree du tableau correspond a une base differente. Attention
5     * l'index du tableau conn represente l'identifiant du dossier dans lequel
6     * seront stockes les fichiers propres a cette base dans l'application
7     *
8     * @package openmairie_exemple
9     * @version SVN : $Id: database.inc.php 288 2010-12-02 13:52:25Z fmichon $
10     */
11    
12     // MySQL
13 fraynaud 31 /*
14 fraynaud 3 $conn[1] = array(
15     "Openmairie foncier MySQL",
16     "mysql",
17     "",
18     "root",
19     "",
20     "",
21     "localhost",
22     "",
23     "",
24     "openfoncier",
25     "AAAA-MM-JJ",
26     "",
27     ""
28     );
29 fraynaud 31 */
30     $conn[1] = array(
31 fraynaud 43 "Openmairie foncier base 2 ",
32 fraynaud 31 "pgsql",
33     "pgsql",
34     "postgres",
35     "postgres",
36     "tcp",
37     "localhost",
38     "5432",
39     "",
40 fraynaud 43 "openfoncier2",
41 fraynaud 31 "AAAA-MM-JJ",
42     "public",
43     ""
44     );
45 fraynaud 43
46 fraynaud 147 // PostGreSQL
47 fraynaud 3 $conn[2] = array(
48 fraynaud 43 "Openmairie foncier base 0",
49 fraynaud 3 "pgsql",
50     "pgsql",
51     "postgres",
52     "postgres",
53     "tcp",
54     "localhost",
55     "5432",
56     "",
57 fraynaud 43 "openfoncier",
58 fraynaud 3 "AAAA-MM-JJ",
59 fraynaud 43 "public",
60 fraynaud 3 ""
61     );
62    
63     ?>

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26