test/dummy/config/environments/development.rb in gb_mapfish_appserver-0.0.5 vs test/dummy/config/environments/development.rb in gb_mapfish_appserver-0.0.6

- old
+ new

@@ -33,5 +33,15 @@ config.assets.compress = false # Expands the lines which load the assets config.assets.debug = true end + +#Parts for building a Mapserver URL +# 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.fcgi' +MAPSERV_CGI_URL = '/cgi-bin/mapserv' +MAPPATH = '/home/pi/code/rails/gb_mapfish_appserver/test/dummy/mapconfig' + +#Internal URL of print servlet (nil: print-standalone) +PRINT_URL = nil #'http://localhost:8080/print-servlet-1.1/pdf/print.pdf'