Migrate from Mix.Config to Config
This commit is contained in:
parent
41d7c58661
commit
af4bbd723a
|
|
@ -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
|
||||||
|
|
|
||||||
|
|
@ -1,3 +1,3 @@
|
||||||
use Mix.Config
|
import Config
|
||||||
|
|
||||||
config :ex_doc, :markdown_processor, ExDoc.Markdown.Pandoc
|
config :ex_doc, :markdown_processor, ExDoc.Markdown.Pandoc
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue