From 6f0088e590d788ba4ba5668b6fdefe50b05f318e Mon Sep 17 00:00:00 2001 From: Dan Barber Date: Tue, 20 Feb 2018 13:12:29 -0500 Subject: [PATCH] Use SSL for database --- config/prod.exs | 1 + 1 file changed, 1 insertion(+) diff --git a/config/prod.exs b/config/prod.exs index a726c79..6779f7b 100644 --- a/config/prod.exs +++ b/config/prod.exs @@ -13,4 +13,5 @@ config :chess, Chess.Repo, adapter: Ecto.Adapters.Postgres, url: "${DATABASE_URL}", database: "", + ssl: true, pool_size: 1