diff --git a/config/prod.exs b/config/prod.exs index a562758..206aad7 100644 --- a/config/prod.exs +++ b/config/prod.exs @@ -19,5 +19,5 @@ config :chess, Chess.Repo, adapter: Ecto.Adapters.Postgres, url: System.get_env("DATABASE_URL"), database: "", - ssl: true, + ssl: false, pool_size: 1