Skip to content

Commit

Permalink
Drop Mix.Config, import Config
Browse files Browse the repository at this point in the history
Using Mix.Config was deprecated. Use import Config in config/config.exs
instead.
  • Loading branch information
jeffkreeftmeijer committed Nov 24, 2022
1 parent 07f483e commit d778c9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/config.exs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
use Mix.Config
import Config

if Mix.env() in [:bench, :test, :test_no_nif] do
config :appsignal, appsignal_system: Appsignal.FakeSystem
Expand Down

0 comments on commit d778c9c

Please sign in to comment.