Skip to content

Commit

Permalink
change the test port, and add server: true
Browse files Browse the repository at this point in the history
  • Loading branch information
joshk committed Dec 28, 2023
1 parent cdac1fb commit bf435e7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config/test.exs
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ config :logger, :default_handler, false
# NervesHub Web
#
config :nerves_hub, NervesHubWeb.Endpoint,
http: [port: 5000],
server: false,
http: [port: 4100],
server: true,
secret_key_base: "x7Vj9rmmRke//ctlapsPNGHXCRTnArTPbfsv6qX4PChFT9ARiNR5Ua8zoRilNCmX",
live_view: [signing_salt: "FnV9rP_c2BL11dvh"]

Expand Down

0 comments on commit bf435e7

Please sign in to comment.