mirror of
https://github.com/sloanelybutsurely/typeid-elixir.git
synced 2024-11-28 09:52:53 -05:00
8 lines
188 B
Elixir
8 lines
188 B
Elixir
import Config
|
|
|
|
config :typeid_elixir, ecto_repos: [TypeID.Repo]
|
|
|
|
config :typeid_elixir, TypeID.Repo,
|
|
database: "type_id_test",
|
|
hostname: "localhost",
|
|
pool: Ecto.Adapters.SQL.Sandbox
|