Switch from the deprecated "use Mix.config" to "import Config"

This commit is contained in:
Mark Felder 2021-05-20 13:55:37 -05:00
commit fe40f6f291
10 changed files with 10 additions and 17 deletions

View file

@ -41,7 +41,7 @@
#
# This configuration file is loaded before any dependency and
# is restricted to this project.
use Mix.Config
import Config
# General application configuration
config :pleroma, ecto_repos: [Pleroma.Repo]