Skip to content

Commit

Permalink
Use new Config with Elixir 1.11 requirement
Browse files Browse the repository at this point in the history
  • Loading branch information
danschultzer committed Aug 26, 2022
1 parent 79f73f0 commit aabd9bf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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() == :test do
import_config "test.exs"
Expand Down
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

endpoint_config = [
secret_key_base: String.duplicate("abcdefghijklmnopqrstuvxyz0123456789", 2),
Expand Down

0 comments on commit aabd9bf

Please sign in to comment.