Skip to content

Commit

Permalink
Changed the config use Mix.Config to import Config (#218)
Browse files Browse the repository at this point in the history
  • Loading branch information
nuno84 committed Sep 12, 2022
1 parent d0ee75a commit 7740308
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion config/config.exs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# This file is responsible for configuring your application
# and its dependencies with the aid of the Mix.Config module.
use Mix.Config
import Config

# This configuration is loaded before any dependency and is restricted
# to this project. If another project depends on this project, this
Expand Down
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/test.exs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
use Mix.Config
import Config

config :crawly,
manager_operations_timeout: 500,
Expand Down

0 comments on commit 7740308

Please sign in to comment.