test/dummy/config/environments/development.rb in gb_mapfish_appserver-1.1.1 vs test/dummy/config/environments/development.rb in gb_mapfish_appserver-2.0.0

- old
+ new

@@ -40,9 +40,10 @@ # Example: http://localhost/cgi-bin/mapserv.fcgi?map=/home/pi/code/rails/dummy/mapconfig/maps.example.com/naturalearth.map) MAPSERV_SERVER = 'http://localhost' #nil for current application server MAPSERV_URL = '/cgi-bin/mapserv' MAPSERV_CGI_URL = '/cgi-bin/mapserv' MAPPATH = '/home/pi/code/rails/gb_mapfish_appserver/test/dummy/mapconfig' +MAPSERV_REDIRECT = true # Redirect public WMS to MAPSERV_SERVER URL #Internal URL of print servlet (nil: print-standalone) PRINT_URL = nil #'http://localhost:8080/mapfish_print/print/myapp' #path to standalone Mapfish Print JARs (if PRINT_URL = nil) # PRINT_STANDALONE_JARS = '$PATH_TO/mapfish-print/core/lib/*'