Skip to content

Commit

Permalink
Remove DB debugging #94
Browse files Browse the repository at this point in the history
  • Loading branch information
x-ji committed Oct 21, 2020
1 parent 3595d7f commit 5d1dfee
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion config/releases.exs
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ config :magpie, Magpie.Repo,
adapter: Ecto.Adapters.Postgres,
url: System.fetch_env!("DATABASE_URL"),
pool_size: String.to_integer(System.get_env("POOL_SIZE", "2")),
show_sensitive_data_on_connection_error: true,
log:
(if System.get_env("USE_TIMBER") == "true" do
false
Expand Down

0 comments on commit 5d1dfee

Please sign in to comment.