@@ -59,6 +59,10 module RedmineApp | |||
|
59 | 59 | # for more options (same options as config.cache_store). |
|
60 | 60 | config.redmine_search_cache_store = :memory_store |
|
61 | 61 | |
|
62 | # Configure log level here so that additional environment file | |
|
63 | # can change it (environments/ENV.rb would take precedence over it) | |
|
64 | config.log_level = Rails.env.production? ? :info : :debug | |
|
65 | ||
|
62 | 66 | config.session_store :cookie_store, :key => '_redmine_session' |
|
63 | 67 | |
|
64 | 68 | if File.exists?(File.join(File.dirname(__FILE__), 'additional_environment.rb')) |
General Comments 0
You need to be logged in to leave comments.
Login now