diff options
Diffstat (limited to 'config/environments/development.rb')
| -rw-r--r-- | config/environments/development.rb | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/config/environments/development.rb b/config/environments/development.rb index 12618b1ed..6b2f29f66 100644 --- a/config/environments/development.rb +++ b/config/environments/development.rb @@ -30,14 +30,17 @@ ChouetteIhm::Application.configure do config.assets.debug = true config.active_record.mass_assignment_sanitizer = :strict - - # uncomment to show chouette error view in development + + # uncomment to show chouette error view in development #config.consider_all_requests_local = false config.active_record.auto_explain_threshold_in_seconds = (RUBY_PLATFORM == "java" ? nil : 0.5) config.action_mailer.default_url_options = { :host => 'localhost:3000' } + # file to data for demo + config.demo_data = "tmp/demo.zip" + ActionMailer::Base.smtp_settings = { :address => "mail.dryade.priv", :domain => "dryade.priv" @@ -56,5 +59,5 @@ ChouetteIhm::Application.configure do Chouette::Command.command = "true" end end - + end |
