// JavaScript Document
// config_h.js
// Host-Konfiguration

//debuglevel
//	0: kein debugging
//  1: normales debuggen
//	2: zusätzlich Mapserver-xmlhttp-Request in neuem Browser-Fenster
var debug = 0;

////////////////////////
//HOST-KONFIGURATION//
////////////////////////

//Protokoll
var proto = "http://";

var server = 'gis.geoventis.de';
var mapservExe = '/cgi-bin/mapserv'; //Path to Mapserv.exe
var appPathBase = '/srv/www/htdocs/upg/';
var tmpURL = proto + server + '/tmp/'; //vgl. mapfile
var tmpPath = '/srv/www/tmp/'

