Skip to content

Commit

Permalink
[conf] Remove deprecated usage
Browse files Browse the repository at this point in the history
  • Loading branch information
cpjolicoeur committed Sep 9, 2024
1 parent 6944ecd commit 2ed12f1
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion config/config.exs
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
use Mix.Config
import Config

import_config "#{Mix.env()}.exs"
2 changes: 1 addition & 1 deletion config/dev.exs
Original file line number Diff line number Diff line change
@@ -1 +1 @@
use Mix.Config
import Config
2 changes: 1 addition & 1 deletion config/prod.exs
Original file line number Diff line number Diff line change
@@ -1 +1 @@
use Mix.Config
import Config
2 changes: 1 addition & 1 deletion config/test.exs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
use Mix.Config
import Config

config :scrivener_ecto, ecto_repos: [Scrivener.Ecto.Repo]

Expand Down

0 comments on commit 2ed12f1

Please sign in to comment.