This commit is contained in:
benbot 2023-10-25 03:58:10 -04:00
parent 6a258db47f
commit beaf92f7c4
22 changed files with 773 additions and 238 deletions

View file

@ -8,7 +8,8 @@ defmodule EzcontainerRailwayWeb.Endpoint do
store: :cookie,
key: "_ezcontainer_railway_key",
signing_salt: "ZBPmrF4W",
same_site: "Lax"
same_site: "Lax",
encryption_salt: "somethingmadeup"
]
socket "/live", Phoenix.LiveView.Socket, websocket: [connect_info: [session: @session_options]]
@ -29,7 +30,7 @@ defmodule EzcontainerRailwayWeb.Endpoint do
socket "/phoenix/live_reload/socket", Phoenix.LiveReloader.Socket
plug Phoenix.LiveReloader
plug Phoenix.CodeReloader
plug Phoenix.Ecto.CheckRepoStatus, otp_app: :ezcontainer_railway
#plug Phoenix.Ecto.CheckRepoStatus, otp_app: :ezcontainer_railway
end
plug Phoenix.LiveDashboard.RequestLogger,