mirror of
https://github.com/danbee/chess
synced 2026-06-22 13:52:22 +00:00
Use SSL for database
This commit is contained in:
parent
708c77bff1
commit
6f0088e590
@ -13,4 +13,5 @@ config :chess, Chess.Repo,
|
|||||||
adapter: Ecto.Adapters.Postgres,
|
adapter: Ecto.Adapters.Postgres,
|
||||||
url: "${DATABASE_URL}",
|
url: "${DATABASE_URL}",
|
||||||
database: "",
|
database: "",
|
||||||
|
ssl: true,
|
||||||
pool_size: 1
|
pool_size: 1
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user