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

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1377 - (hide annotations)
Tue Mar 12 17:17:07 2013 UTC (11 years, 10 months ago) by nhaye
File size: 762 byte(s)
Correction d'une erreur critique

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     $conn[1] = array(
13 fmichon 1079 "openFoncier",
14 fraynaud 31 "pgsql",
15     "pgsql",
16 fmichon 220 "postgres", // login
17     "postgres", // mot de passe
18 fraynaud 31 "tcp",
19     "localhost",
20     "5432",
21     "",
22 nhaye 1377 "openfoncier_trunk", // nom de la base
23 fraynaud 31 "AAAA-MM-JJ",
24 nhaye 1377 "openfoncier",
25 fraynaud 3 "",
26 fmichon 1079 NULL, // directory
27     NULL, // mail
28     "filestorage-default", // filestorage
29 fraynaud 3 );
30    
31 fmichon 220 ?>

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26