From 0190efa7349d9e941ba59ceadabab246f82fb10c Mon Sep 17 00:00:00 2001 From: Jesse Date: Tue, 20 Feb 2018 09:25:00 -0800 Subject: [PATCH] Gigalixir Deploys --- config/prod.exs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/prod.exs b/config/prod.exs index 069211a..e986eb3 100644 --- a/config/prod.exs +++ b/config/prod.exs @@ -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",