Don't require ssl connection for postgres

ex-png
Marcin Kulik 7 years ago
parent fe4d85b48a
commit ce5f5ae778

@ -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

Loading…
Cancel
Save