1
0
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:
Daniel Barber 2018-02-20 13:12:29 -05:00
parent 708c77bff1
commit 6f0088e590
Signed by: danbarber
GPG Key ID: 931D8112E0103DD8

View File

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