Skip to content

Commit

Permalink
fix: set :check_origin to false in prod.exs
Browse files Browse the repository at this point in the history
  • Loading branch information
w3b6x9 committed Jun 2, 2021
1 parent 7b2a3e1 commit 3d69fe8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions server/config/prod.exs
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ use Mix.Config
# which you should run after static files are built and
# before starting your production server.
config :realtime, RealtimeWeb.Endpoint,
check_origin: false,
load_from_system_env: true,
server: true

Expand Down

0 comments on commit 3d69fe8

Please sign in to comment.