Fix socket connectivity on production.
Fix unused variable warnings.
This commit is contained in:
parent
5bb6584286
commit
7ff72c56c5
4 changed files with 5 additions and 4 deletions
|
@ -10,7 +10,8 @@ use Mix.Config
|
|||
# which you should run after static files are built and
|
||||
# before starting your production server.
|
||||
config :ui, UiWeb.Endpoint,
|
||||
url: [host: "example.com", port: 80],
|
||||
url: [host: "www.geokunis2.nl", port: 80],
|
||||
check_origin: false,
|
||||
cache_static_manifest: "priv/static/cache_manifest.json"
|
||||
|
||||
# Do not print debug messages in production
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue