X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/89e976c6e57c9aa8afae00437aaf4399ea5fc58f..24ee5618ce06105fc8dd7baf641af08d96365c41:/config/environment.rb diff --git a/config/environment.rb b/config/environment.rb index 711d2ff8d..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,5 +74,11 @@ HTTP_OK = 200 HTTP_PRECONDITION_FAILED = 412 HTTP_EXPECTATION_FAILED = 417 +#Taming FCGI +# +COUNT = 0 +MAX_COUNT = 10000 + +