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

Revision 59, 646 bytes checked in by frank.jaeger, 13 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  www-Version
6        2010-12-14  $dbname hier
7*/
8
9// Datenbank-Zugangsdaten
10$dbhost = 'localhost';
11$dbport = '5432';
12$dbname = 'alkis05' . $gkz;
13$dbuser = '***';
14$dbpass = '***';
15$dbname = 'alkis05' . $gkz;
16
17// Entwicklung / Produktion
18$idumschalter = false;
19
20// Authentifizierung
21$auth="mapbender";
22//$auth="";  // temporaer deaktiviert
23$mapbender="/data/mapwww/http/php/mb_validateSession.php";
24
25// Link für Hilfe
26$hilfeurl = 'http://map.krz.de/mapwww/?Themen:ALKIS';
27
28?>
Note: See TracBrowser for help on using the repository browser.