Packages

Database Manager for Rit

Current section

Files

Jump to
rit_database config test repo.exs
Raw

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