summaryrefslogtreecommitdiffstats
path: root/config/environment.rb
diff options
context:
space:
mode:
authorJean-Philippe Lang <jp_lang@yahoo.fr>2007-09-27 22:30:57 +0000
committerJean-Philippe Lang <jp_lang@yahoo.fr>2007-09-27 22:30:57 +0000
commitb64e89daec8fedb8e8af007cc8ab8272fcd883ba (patch)
tree11b3c34dfa3abd07be4d3d6b5943a5dada5e9e16 /config/environment.rb
parent66c8c1e29249505d2cf949293454e676b9726154 (diff)
downloadredmine-b64e89daec8fedb8e8af007cc8ab8272fcd883ba.tar.gz
redmine-b64e89daec8fedb8e8af007cc8ab8272fcd883ba.zip
Native eol property set on config/*
git-svn-id: http://redmine.rubyforge.org/svn/trunk@772 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'config/environment.rb')
-rw-r--r--config/environment.rb32
1 files changed, 16 insertions, 16 deletions
diff --git a/config/environment.rb b/config/environment.rb
index cbb1896a2..315f3e4b4 100644
--- a/config/environment.rb
+++ b/config/environment.rb
@@ -2,7 +2,7 @@
# Uncomment below to force Rails into production mode when
# you don't control web/app server and can't set it the proper way
-# ENV['RAILS_ENV'] ||= 'production'
+# ENV['RAILS_ENV'] ||= 'production'
# Bootstrap the Rails environment, frameworks, and default configuration
require File.join(File.dirname(__FILE__), 'boot')
@@ -41,24 +41,24 @@ Rails::Initializer.run do |config|
# (enables use of different database adapters for development and test environments)
# config.active_record.schema_format = :ruby
- # See Rails::Configuration for more options
-
- # SMTP server configuration
- config.action_mailer.smtp_settings = {
- :address => "127.0.0.1",
- :port => 25,
- :domain => "somenet.foo",
- :authentication => :login,
- :user_name => "redmine",
- :password => "redmine",
- }
-
- config.action_mailer.perform_deliveries = true
-
+ # See Rails::Configuration for more options
+
+ # SMTP server configuration
+ config.action_mailer.smtp_settings = {
+ :address => "127.0.0.1",
+ :port => 25,
+ :domain => "somenet.foo",
+ :authentication => :login,
+ :user_name => "redmine",
+ :password => "redmine",
+ }
+
+ config.action_mailer.perform_deliveries = true
+
# Tell ActionMailer not to deliver emails to the real world.
# The :test delivery method accumulates sent emails in the
# ActionMailer::Base.deliveries array.
- #config.action_mailer.delivery_method = :test
+ #config.action_mailer.delivery_method = :test
config.action_mailer.delivery_method = :smtp
# Uncomment this line if the engines plugin is installed.