mirror of
https://github.com/danbee/chess
synced 2025-03-04 08:39:06 +00:00
Update prod.exs
Turn off SSL for the database connection.
This commit is contained in:
parent
853366799e
commit
08b22bff50
@ -19,5 +19,5 @@ config :chess, Chess.Repo,
|
|||||||
adapter: Ecto.Adapters.Postgres,
|
adapter: Ecto.Adapters.Postgres,
|
||||||
url: System.get_env("DATABASE_URL"),
|
url: System.get_env("DATABASE_URL"),
|
||||||
database: "",
|
database: "",
|
||||||
ssl: true,
|
ssl: false,
|
||||||
pool_size: 1
|
pool_size: 1
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user