Don't require ssl connection for postgres
This commit is contained in:
parent
fe4d85b48a
commit
ce5f5ae778
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user