Skip to content

Commit

Permalink
Update lib/new_relic/agent/configuration/default_source.rb
Browse files Browse the repository at this point in the history
  • Loading branch information
kaylareopelle authored Dec 8, 2022
1 parent 1e989f1 commit cb02458
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/new_relic/agent/configuration/default_source.rb
Original file line number Diff line number Diff line change
Expand Up @@ -1855,7 +1855,7 @@ def self.enforce_fallback(allowed_values: nil, fallback: nil)
:default => false,
:public => true,
:type => Boolean,
:allowed_from_server => true,
:allowed_from_server => false,
:description => 'If `true`, when the agent is in an application using Ruby on Rails, it will start after ' \
'config/initializers are run.'
},
Expand Down

0 comments on commit cb02458

Please sign in to comment.