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

Revision 46, 377 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// Link für Hilfe
18$hilfeurl = 'http://';
19
20?>
Note: See TracBrowser for help on using the repository browser.