Skip to content

Commit

Permalink
Fix prod config, live_view salt
Browse files Browse the repository at this point in the history
  • Loading branch information
jonator committed May 8, 2020
1 parent 0260bd2 commit 9890e28
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config/prod.exs
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ config :kritikos, KritikosWeb.Endpoint,
url: [host: "kritikos.app", port: 80],
cache_static_manifest: "priv/static/cache_manifest.json",
server: true,
check_origin: false,
check_origin: ["//kritikos.app"]
check_origin: ["//kritikos.app", "http://localhost:8080"],
live_view: [signing_salt: "live view"]

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

0 comments on commit 9890e28

Please sign in to comment.