source: trunk/data/conf/alkis_www_conf.php @ 55

Revision 49, 511 bytes checked in by frank.jaeger, 14 years ago (diff)
Line 
1<?php
2/*      alkis_www_conf.php
3        ALKIS-Buchauskunft, Kommunales Rechenzentrum Minden-Ravensberg/Lippe (Lemgo).
4        Zentrale Einstellungen - Internet-Version
5        2010-09-16
6*/
7
8// Datenbank-Zugangsdaten
9$dbhost = 'localhost';
10$dbport = '5432';
11$dbuser = '***';
12$dbpass = '***';
13
14// Entwicklung / Produktion
15$idumschalter = false;
16
17// Authentifizierung
18$auth="mapbender";
19$mapbender="/data/mapwww/http/php/mb_validateSession.php";
20
21// Link für Hilfe
22$hilfeurl = 'http://map.krz.de/mapwww/?Themen:ALKIS';
23
24?>
Note: See TracBrowser for help on using the repository browser.