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:
parent
bedd6605ef
commit
922edd0093
@ -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,
|
||||
|
||||
Loading…
Reference in New Issue
Block a user