noahsettersten commited on
Commit
169d447
1 Parent(s): 31f90e4

chore: Configure database for test environment

Browse files
Files changed (1) hide show
  1. config/test.exs +0 -2
config/test.exs CHANGED
@@ -6,8 +6,6 @@ import Config
6
  # to provide built-in test partitioning in CI environment.
7
  # Run `mix help test` for more information.
8
  config :medical_transcription, MedicalTranscription.Repo,
9
- username: "postgres",
10
- password: "postgres",
11
  hostname: "localhost",
12
  database: "medical_transcription_test#{System.get_env("MIX_TEST_PARTITION")}",
13
  pool: Ecto.Adapters.SQL.Sandbox,
 
6
  # to provide built-in test partitioning in CI environment.
7
  # Run `mix help test` for more information.
8
  config :medical_transcription, MedicalTranscription.Repo,
 
 
9
  hostname: "localhost",
10
  database: "medical_transcription_test#{System.get_env("MIX_TEST_PARTITION")}",
11
  pool: Ecto.Adapters.SQL.Sandbox,