[Mapbender-commits] r1338 - trunk/mapbender/conf
    svn_mapbender at osgeo.org 
    svn_mapbender at osgeo.org
       
    Wed May 23 07:49:18 EDT 2007
    
    
  
Author: christoph
Date: 2007-05-23 07:49:18 -0400 (Wed, 23 May 2007)
New Revision: 1338
Added:
   trunk/mapbender/conf/poi.conf
Log:
Added: trunk/mapbender/conf/poi.conf
===================================================================
--- trunk/mapbender/conf/poi.conf	                        (rev 0)
+++ trunk/mapbender/conf/poi.conf	2007-05-23 11:49:18 UTC (rev 1338)
@@ -0,0 +1,14 @@
+<?php
+	# postgres-db-params
+
+	$host = "<host>";
+	$port = "5432"; 
+	$dbname = "<database>";
+  	$user = "<owner>";
+	$password = "<password>";
+
+	$con_string = "host=$host port=$port dbname=$dbname user=$user password=$password";
+
+ 	# scale to zoom to the object
+	$scale = 2000;
+?>
\ No newline at end of file
    
    
More information about the Mapbender_commits
mailing list