Skip to content

Commit

Permalink
Do not write config file by default on boot
Browse files Browse the repository at this point in the history
changelog: Internal, Configuration, Do not write config file by default on boot
  • Loading branch information
mitchellhenke committed Aug 16, 2024
1 parent 6ab79b3 commit 5a38f75
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 @@ -35,7 +35,7 @@ class Application < Rails::Application
Identity::Hostdata.load_config!(
app_root: Rails.root,
rails_env: Rails.env,
write_copy_to: Rails.root.join('tmp', 'application.yml'),
write_copy_to: nil
&IdentityConfig::BUILDER
)

Expand Down

0 comments on commit 5a38f75

Please sign in to comment.