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

Switch default domain

This commit is contained in:
Daniel Barber 2023-01-30 12:19:36 -06:00
parent 27f5fc6730
commit 5cd457bc62

View File

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