mirror of
https://github.com/danbee/chess
synced 2025-03-04 08:39:06 +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