# Include your application configuration below
SERVER_URL = ENV['OSM_SERVER_URL'] || 'www.openstreetmap.org'
-ActionMailer::Base.server_settings = {
+ActionMailer::Base.smtp_settings = {
:address => "localhost",
:port => 25,
:domain => 'localhost',
HTTP_PRECONDITION_FAILED = 412
HTTP_EXPECTATION_FAILED = 417
+#Taming FCGI
+#
+COUNT = 0
+MAX_COUNT = 10000
+
+