From ea4e4cc6362912f92eb1437c989e2b09303eb147 Mon Sep 17 00:00:00 2001 From: Dan Barber Date: Sun, 12 Aug 2018 13:32:13 -0400 Subject: [PATCH] Enable websockets for 64squares.club --- config/prod.exs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/prod.exs b/config/prod.exs index 6fe4568..9a97cca 100644 --- a/config/prod.exs +++ b/config/prod.exs @@ -2,7 +2,7 @@ use Mix.Config config :chess, ChessWeb.Endpoint, cache_static_manifest: "priv/static/cache_manifest.json", - check_origin: ["https://chess.danbarber.me"], + check_origin: ["https://chess.danbarber.me", "https://64squares.club"], http: [port: {:system, "PORT"}], root: "./assets", secret_key_base: "${SECRET_KEY_BASE}",