We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 656255a commit 056b96bCopy full SHA for 056b96b
config/config.exs
@@ -1,6 +1,6 @@
1
# This file is responsible for configuring your application
2
# and its dependencies with the aid of the Mix.Config module.
3
-use Mix.Config
+# import Config
4
5
# This configuration is loaded before any dependency and is restricted
6
# to this project. If another project depends on this project, this
@@ -27,4 +27,4 @@ use Mix.Config
27
# Configuration from the imported file will override the ones defined
28
# here (which is why it is important to import them last).
29
#
30
-# import_config "#{Mix.env()}.exs"
+# import_config "#{config_env()}.exs"
0 commit comments