Skip to content

Commit

Permalink
Fix UnirisWeb.Endpoint configuration in testnet
Browse files Browse the repository at this point in the history
  • Loading branch information
pvmart committed Feb 25, 2021
1 parent a8c9943 commit cde6d38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/dev.exs
Original file line number Diff line number Diff line change
Expand Up @@ -74,8 +74,8 @@ config :uniris, Uniris.P2P.Endpoint,
# with webpack to recompile .js and .css sources.
config :uniris, UnirisWeb.Endpoint,
http: [port: 4000],
server: true,
debug_errors: true,
code_reloader: true,
check_origin: false,
watchers: [
node: [
Expand Down

0 comments on commit cde6d38

Please sign in to comment.