Update production hostname

This commit is contained in:
Correl Roush 2020-05-06 21:54:04 -04:00
parent c4bef81826
commit b5dea51863
1 changed files with 1 additions and 1 deletions

View File

@ -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