|
|
|
|
@ -20,7 +20,7 @@ Bundler.require(*Rails.groups)
|
|
|
|
|
|
|
|
|
|
module DataCollector |
|
|
|
|
class Application < Rails::Application |
|
|
|
|
# Initialize configuration defaults for originally generated Rails version. |
|
|
|
|
# Initialize configuration defaults for this Rails version. |
|
|
|
|
config.load_defaults 8.1 |
|
|
|
|
|
|
|
|
|
# Please, add to the `ignore` list any other `lib` subdirectories that do |
|
|
|
|
@ -30,7 +30,7 @@ module DataCollector
|
|
|
|
|
|
|
|
|
|
# it's strongly discouraged using add_autoload_paths_to_load_path, but rack_attack initializer can't load config files without it |
|
|
|
|
config.add_autoload_paths_to_load_path = true |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
# Configuration for the application, engines, and railties goes here. |
|
|
|
|
# |
|
|
|
|
# These settings can be overridden in specific environments using the files |
|
|
|
|
|