timgremore's picture
Initial import
d77a9fd
raw
history blame
133 Bytes
defmodule MedicalTranscription.Repo do
use Ecto.Repo,
otp_app: :medical_transcription,
adapter: Ecto.Adapters.Postgres
end