Skip to content

Commit

Permalink
Add Semaphore Settings
Browse files Browse the repository at this point in the history
  • Loading branch information
philosodad committed Mar 20, 2016
1 parent d38c85a commit c43aa3e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config/test.exs
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ use Mix.Config
config :loggex, Loggex.Repo,
adapter: Ecto.Adapters.Postgres,
pool: Ecto.Adapters.SQL.Sandbox,
username: "postgres",
password: "postgres",
username: System.get_env["DATABASE_POSTGRESQL_USERNAME"] || "postgres",
password: System.get_env["DATABASE_POSTGRESQL_PASSWORD"] || "postgres",
database: "loggex_test",
size: 1

0 comments on commit c43aa3e

Please sign in to comment.