Current section
Files
Jump to
Current section
Files
config/test/repo.exs
import Config
config :rit_database, RitDatabase.Repo,
username: "postgres",
password: "postgres",
database: "rit_server_test",
hostname: "postgres",
pool: Ecto.Adapters.SQL.Sandbox