1
0
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:
Daniel Barber 2025-01-04 12:19:51 -06:00 committed by GitHub
parent 853366799e
commit 08b22bff50
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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