mirror of
https://github.com/danbee/chess
synced 2025-03-04 08:39:06 +00:00
Config tweaks
This commit is contained in:
parent
794dbe1a8e
commit
ab69fce4c8
@ -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,
|
||||
|
||||
Loading…
Reference in New Issue
Block a user