source: trunk/info/conf/alkis_www_conf.php @ 330

Revision 330, 812 bytes checked in by frank.jaeger, 10 years ago (diff)

Umstellung von PostNAS 0.7 auf PostNAS 0.8, ohne Tabelle "alkis_beziehungen".

Line 
1<?php
2/*      alkis_www_conf.php
3        ALKIS-Buchauskunft, Kommunales Rechenzentrum Minden-Ravensberg/Lippe (Lemgo).
4        Zentrale Einstellungen - Internet-Version
5        2011-07-25  PostNAS 0.5/0.6 Versionen unterscheiden
6        2011-07-26  debug-Parameter zur Fehlersuche
7        2014-09-10  PostNAS 0.8
8*/
9
10// Datenbank-Zugangsdaten
11$dbhost = 'localhost';
12$dbport = '5432';
13$dbuser = '***';
14$dbpass = '***';
15$dbpre  = 'alkis';
16$dbvers = '08';
17
18// Entwicklung / Produktion
19$idumschalter = false;
20
21// Authentifizierung
22//$auth="mapbender";
23$auth="";  // ** temporaer deaktiviert **!
24$mapbender="/data/mapwww/http/php/mb_validateSession.php";
25
26// Link für Hilfe
27$hilfeurl = 'http://map.krz.de/mapwww/?Themen:ALKIS';
28
29// Entwicklungsumgebung
30$debug=0; // 0=Produktion, 1=mit Fehlermeldungen, 2=mit Informationen, 3=mit SQL
31?>
Note: See TracBrowser for help on using the repository browser.