From ab69fce4c833aa22d0701911031e5d6104c9d4f8 Mon Sep 17 00:00:00 2001 From: Dan Barber Date: Mon, 4 Jan 2021 15:02:05 -0500 Subject: [PATCH] Config tweaks --- rel/config/config.exs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rel/config/config.exs b/rel/config/config.exs index 0a6854c..c6506c0 100644 --- a/rel/config/config.exs +++ b/rel/config/config.exs @@ -2,12 +2,12 @@ use Mix.Config config :chess, ChessWeb.Endpoint, cache_static_manifest: "priv/static/cache_manifest.json", - check_origin: ["https://chess.danbarber.me", "https://64squares.club"], + check_origin: ["https://chess.danbee.in", "https://64squares.club"], http: [port: {:system, "PORT"}], root: "./assets", secret_key_base: "${SECRET_KEY_BASE}", server: true, - url: [scheme: "https", host: "${HOST}", port: "${URL_PORT}"], + url: [scheme: "https", host: "${HOST}", port: 4000], version: Application.spec(:chess, :vsn) config :chess, Chess.Mailer,