Update from Mix.Config -> Config (elixir)

This commit is contained in:
codevictory
2021-05-23 23:05:13 +03:00
parent 6a59a9c3dd
commit 868e39eea2
4 changed files with 4 additions and 4 deletions

View File

@@ -5,7 +5,7 @@
# is restricted to this project.
# General application configuration
use Mix.Config
import Config
config :runosaari,
ecto_repos: [Runosaari.Repo]