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

Gigalixir Deploys

This commit is contained in:
Jesse 2018-02-20 09:25:00 -08:00
parent 80e6854d5f
commit 0190efa734

View File

@ -1,6 +1,6 @@
use Mix.Config
config :chess, Chess.Endpoint,
config :chess, ChessWeb.Endpoint,
http: [port: {:system, "PORT"}],
url: [host: "localhost", port: {:system, "PORT"}],
cache_static_manifest: "priv/static/manifest.json",