From 5cd457bc6261f32d909a145aff893d2757ea63df Mon Sep 17 00:00:00 2001 From: Dan Barber Date: Mon, 30 Jan 2023 12:19:36 -0600 Subject: [PATCH] Switch default domain --- config/prod.exs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/prod.exs b/config/prod.exs index aac0be3..a562758 100644 --- a/config/prod.exs +++ b/config/prod.exs @@ -2,7 +2,7 @@ import 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: System.get_env("SECRET_KEY_BASE"),