Skip to content

Commit

Permalink
now load 7.1 config defaults (up from 7.0)
Browse files Browse the repository at this point in the history
  • Loading branch information
Ithanil committed Nov 12, 2024
1 parent f457e77 commit 074be78
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion config/application.rb
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
module Scalelite
class Application < Rails::Application
# Initialize configuration defaults
config.load_defaults 7.0
config.load_defaults 7.1

config.eager_load_paths << Rails.root.join('lib')

Expand Down Expand Up @@ -162,5 +162,8 @@ class Application < Rails::Application

# Maximum amount of time to allow bridged calls to stay connected for. Defaults to same as max meeting duration.
config.x.fsapi_max_duration = ENV.fetch('FSAPI_MAX_DURATION', config.x.max_meeting_duration).to_i

# Restore default serializer from Rails defaults < 7.1
config.active_record.default_column_serializer = YAML
end
end

0 comments on commit 074be78

Please sign in to comment.