@@ -8,6 +8,13 @@ import Config
|
||||
config :action_requests_demo, ActionRequestsDemoWeb.Endpoint,
|
||||
cache_static_manifest: "priv/static/cache_manifest.json"
|
||||
|
||||
# Allow LiveView/WebSocket connections from the deployed host
|
||||
config :action_requests_demo, ActionRequestsDemoWeb.Endpoint,
|
||||
check_origin: [
|
||||
"https://action-requests-demo.jamey.stream",
|
||||
"//action-requests-demo.jamey.stream"
|
||||
]
|
||||
|
||||
# Do not print debug messages in production
|
||||
config :logger, level: :info
|
||||
|
||||
|
||||
Reference in New Issue
Block a user