From b5dea518630b3b12879e6f68c0c724fd3b580852 Mon Sep 17 00:00:00 2001 From: Correl Roush Date: Wed, 6 May 2020 21:54:04 -0400 Subject: [PATCH] Update production hostname --- config/prod.exs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/prod.exs b/config/prod.exs index 0657dc9..d49065b 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 :planningpoker, PlanningpokerWeb.Endpoint, - url: [host: "example.com", port: 80], + url: [host: "planning-poker.phoenixinquis.is-a-geek.org", port: 80], cache_static_manifest: "priv/static/cache_manifest.json" # Do not print debug messages in production