From ce5f5ae778d2e16877ff2a3e2cbad0be18fbd9a1 Mon Sep 17 00:00:00 2001 From: Marcin Kulik Date: Tue, 9 May 2017 19:27:35 +0200 Subject: [PATCH] Don't require ssl connection for postgres --- config/prod.exs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/prod.exs b/config/prod.exs index 795be7f..70a9257 100644 --- a/config/prod.exs +++ b/config/prod.exs @@ -60,4 +60,4 @@ config :asciinema, Asciinema.Repo, adapter: Ecto.Adapters.Postgres, url: System.get_env("DATABASE_URL"), pool_size: String.to_integer(System.get_env("POOL_SIZE") || "20"), - ssl: true + ssl: false