Don't require ssl connection for postgres

This commit is contained in:
Marcin Kulik 2017-05-09 19:27:35 +02:00
parent fe4d85b48a
commit ce5f5ae778

View File

@ -60,4 +60,4 @@ config :asciinema, Asciinema.Repo,
adapter: Ecto.Adapters.Postgres, adapter: Ecto.Adapters.Postgres,
url: System.get_env("DATABASE_URL"), url: System.get_env("DATABASE_URL"),
pool_size: String.to_integer(System.get_env("POOL_SIZE") || "20"), pool_size: String.to_integer(System.get_env("POOL_SIZE") || "20"),
ssl: true ssl: false