X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/6d8353821bd431b4f6221449cd33759078622931..b2fa1c24d62002f870c9bf4dad4010c8953505a8:/config/environment.rb diff --git a/config/environment.rb b/config/environment.rb index 6375a5086..ffd64eec9 100644 --- a/config/environment.rb +++ b/config/environment.rb @@ -56,7 +56,7 @@ end # 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', @@ -74,4 +74,11 @@ HTTP_OK = 200 HTTP_PRECONDITION_FAILED = 412 HTTP_EXPECTATION_FAILED = 417 +#Taming FCGI +# +COUNT = 0 +MAX_COUNT = 10000 + + +