mirror of
https://github.com/zoldar/jenot.git
synced 2026-01-03 06:22:55 +00:00
6 lines
94 B
Elixir
6 lines
94 B
Elixir
import Config
|
|
|
|
config :jenot,
|
|
ecto_repos: [Jenot.Repo]
|
|
|
|
import_config "#{config_env()}.exs"
|