mirror of
https://github.com/correl/planning-poker.git
synced 2024-11-14 11:09:35 +00:00
Update production hostname
This commit is contained in:
parent
c4bef81826
commit
b5dea51863
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue