1
0
mirror of https://github.com/danbee/chess synced 2025-03-04 08:39:06 +00:00

Fix URL configuration for emails

This commit is contained in:
Daniel Barber 2018-09-16 17:19:19 -04:00
parent bedd6605ef
commit 922edd0093
Signed by: danbarber
GPG Key ID: 931D8112E0103DD8

View File

@ -7,7 +7,7 @@ config :chess, ChessWeb.Endpoint,
root: "./assets",
secret_key_base: "${SECRET_KEY_BASE}",
server: true,
url: [host: "${HOST}", port: {:system, "PORT"}],
url: [scheme: "https", host: "${HOST}", port: "${URL_PORT}"],
version: Application.spec(:chess, :vsn)
config :chess, Chess.Mailer,