diff options
author | Marius Balteanu <marius.balteanu@zitec.com> | 2023-12-12 16:26:34 +0000 |
---|---|---|
committer | Marius Balteanu <marius.balteanu@zitec.com> | 2023-12-12 16:26:34 +0000 |
commit | a2c90c462f3ca011f51bffd03a01e560b9cf4c9b (patch) | |
tree | 44d1035e040c17ecf3c8cd63fdc45f0a0a3b3fe4 /config/application.rb | |
parent | 4cff8b309aac1dbfdfcd1930f1a50ca2e84d1747 (diff) | |
download | redmine-a2c90c462f3ca011f51bffd03a01e560b9cf4c9b.tar.gz redmine-a2c90c462f3ca011f51bffd03a01e560b9cf4c9b.zip |
Reverts r22507, r22508 and r22510 (#36320, #39803).
git-svn-id: https://svn.redmine.org/redmine/trunk@22515 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'config/application.rb')
-rw-r--r-- | config/application.rb | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/config/application.rb b/config/application.rb index f5062dfe7..48e855c9b 100644 --- a/config/application.rb +++ b/config/application.rb @@ -85,9 +85,6 @@ module RedmineApp # for more options (same options as config.cache_store). config.redmine_search_cache_store = :memory_store - # Sets default plugin directory - config.redmine_plugin_directory = 'plugins' - # Configure log level here so that additional environment file # can change it (environments/ENV.rb would take precedence over it) config.log_level = Rails.env.production? ? :info : :debug |