mirror of
https://github.com/danbee/chess
synced 2025-03-04 08:39:06 +00:00
commit
820ba20066
@ -1,6 +1,6 @@
|
|||||||
use Mix.Config
|
use Mix.Config
|
||||||
|
|
||||||
config :chess, Chess.Endpoint,
|
config :chess, ChessWeb.Endpoint,
|
||||||
http: [port: {:system, "PORT"}],
|
http: [port: {:system, "PORT"}],
|
||||||
url: [host: "localhost", port: {:system, "PORT"}],
|
url: [host: "localhost", port: {:system, "PORT"}],
|
||||||
cache_static_manifest: "priv/static/manifest.json",
|
cache_static_manifest: "priv/static/manifest.json",
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user