CONFIG: tweaking for websocket setup
This commit is contained in:
parent
61de82e24e
commit
26995d72e3
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
|
# which you should run after static files are built and
|
||||||
# before starting your production server.
|
# before starting your production server.
|
||||||
config :planner, PlannerWeb.Endpoint,
|
config :planner, PlannerWeb.Endpoint,
|
||||||
url: [port: 5000],
|
url: [host: "planner.thermokar.st", port: 5000],
|
||||||
cache_static_manifest: "priv/static/cache_manifest.json"
|
cache_static_manifest: "priv/static/cache_manifest.json"
|
||||||
|
|
||||||
# Do not print debug messages in production
|
# Do not print debug messages in production
|
||||||
|
|
Loading…
Add table
Reference in a new issue