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

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