mirror of
https://github.com/danbee/chess
synced 2025-03-04 08:39:06 +00:00
Update manifest config
This commit is contained in:
parent
4d3f592a0e
commit
708c77bff1
@ -3,7 +3,7 @@ use Mix.Config
|
|||||||
config :chess, ChessWeb.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/cache_manifest.json",
|
||||||
server: true,
|
server: true,
|
||||||
root: "./assets",
|
root: "./assets",
|
||||||
version: Application.spec(:myapp, :vsn),
|
version: Application.spec(:myapp, :vsn),
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user