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

Merge pull request #20 from jesseshieh/js/gigalixir

Gigalixir Deploys
This commit is contained in:
Daniel Barber 2018-02-20 13:06:51 -05:00 committed by GitHub
commit 820ba20066
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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