Skip to content

Commit

Permalink
config/prod.exs: set check_origin: false
Browse files Browse the repository at this point in the history
  • Loading branch information
pdericson committed Dec 5, 2017
1 parent 84139c8 commit 5a86aa2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion config/prod.exs
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,8 @@ config :dashboard, DashboardWeb.Endpoint,
server: true,
root: ".",
version: Application.spec(:dashboard, :vsn),
secret_key_base: Map.fetch!(System.get_env(), "SECRET_KEY_BASE")
secret_key_base: Map.fetch!(System.get_env(), "SECRET_KEY_BASE"),
check_origin: false

# Do not print debug messages in production
config :logger, level: :info
Expand Down

0 comments on commit 5a86aa2

Please sign in to comment.