Update config/config.exs
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
# This file is responsible for configuring your application
|
# This file is responsible for configuring your application
|
||||||
# and its dependencies with the aid of the Mix.Config module.
|
# 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
|
# This configuration is loaded before any dependency and is restricted
|
||||||
# to this project. If another project depends on this project, this
|
# to this project. If another project depends on this project, this
|
||||||
@@ -22,3 +22,6 @@ use Mix.Config
|
|||||||
# here (which is why it is important to import them last).
|
# here (which is why it is important to import them last).
|
||||||
#
|
#
|
||||||
# import_config "#{Mix.env}.exs"
|
# import_config "#{Mix.env}.exs"
|
||||||
|
|
||||||
|
|
||||||
|
import_config "#{config_env()}.exs"
|
||||||
Reference in New Issue
Block a user