Skip to content

Commit

Permalink
fix configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
adeherdt-r7 committed Nov 12, 2024
1 parent 2f02a98 commit 93edc51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/application.rb
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ class Application < Rails::Application
config.paths['log'] = "#{Msf::Config.log_directory}/#{Rails.env}.log"
config.paths['config/database'] = [Metasploit::Framework::Database.configurations_pathname.try(:to_path)]
config.autoloader = :zeitwerk
config.load_defaults = 7.1
config.load_defaults 7.1
config.active_support.cache_format_version = 7.1

case Rails.env
Expand Down

0 comments on commit 93edc51

Please sign in to comment.