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

Enable websockets for 64squares.club

This commit is contained in:
Daniel Barber 2018-08-12 13:32:13 -04:00
parent 639de43455
commit ea4e4cc636
Signed by: danbarber
GPG Key ID: 931D8112E0103DD8

View File

@ -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}",