@@ -49,6 +49,8 module RedmineApp | |||||
49 |
|
49 | |||
50 | config.action_mailer.perform_deliveries = false |
|
50 | config.action_mailer.perform_deliveries = false | |
51 |
|
51 | |||
|
52 | config.session_store :cookie_store, :key => '_redmine_session' | |||
|
53 | ||||
52 | if File.exists?(File.join(File.dirname(__FILE__), 'additional_environment.rb')) |
|
54 | if File.exists?(File.join(File.dirname(__FILE__), 'additional_environment.rb')) | |
53 | instance_eval File.read(File.join(File.dirname(__FILE__), 'additional_environment.rb')) |
|
55 | instance_eval File.read(File.join(File.dirname(__FILE__), 'additional_environment.rb')) | |
54 | end |
|
56 | end |
General Comments 0
You need to be logged in to leave comments.
Login now