Skip to content

Commit

Permalink
Merge pull request #28 from felipelincoln/dev
Browse files Browse the repository at this point in the history
Release v0.5.3
  • Loading branch information
felipelincoln authored Feb 20, 2021
2 parents 58d33e2 + 877d342 commit 3c2cd2b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 2 additions & 1 deletion apps/web/lib/web/endpoint.ex
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@ defmodule Web.Endpoint do
signing_salt: "KXBHqVtGsYq13l6OnbeU8RllO+S0xUQ+"
]

socket "/live", Phoenix.LiveView.Socket, websocket: [connect_info: [session: @session_options]]
socket "/live", Phoenix.LiveView.Socket,
websocket: [log: false, connect_info: [session: @session_options]]

plug Plug.Static,
at: "/",
Expand Down
2 changes: 2 additions & 0 deletions config/prod.exs
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,5 @@ config :web, Web.Endpoint,
url: nil,
force_ssl: [rewrite_on: [:x_forwarded_proto], host: nil],
cache_static_manifest: "priv/static/cache_manifest.json"

config :logger, level: :info

0 comments on commit 3c2cd2b

Please sign in to comment.