From 26995d72e34b0edb28ea35badf8eb302e2753c0c Mon Sep 17 00:00:00 2001 From: Matthew Dillon Date: Sun, 14 Jun 2020 15:37:32 -0700 Subject: [PATCH] CONFIG: tweaking for websocket setup --- config/prod.exs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/prod.exs b/config/prod.exs index 1b0684e..9794831 100644 --- a/config/prod.exs +++ b/config/prod.exs @@ -10,7 +10,7 @@ use Mix.Config # which you should run after static files are built and # before starting your production server. config :planner, PlannerWeb.Endpoint, - url: [port: 5000], + url: [host: "planner.thermokar.st", port: 5000], cache_static_manifest: "priv/static/cache_manifest.json" # Do not print debug messages in production