Skip to content

Commit

Permalink
Fix typo and port configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
francois2metz authored and fhunleth committed Jan 28, 2023
1 parent 92eff9c commit 587e39c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/deploying.md
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ Edit the file called `config/release.exs`:

```elixir
config :nerves_hub_ca, :api,
port: System.fetch_env!("PORT"),
port: System.fetch_env!("PORT") |> String.to_integer(),
verify: :verify_peer,
fail_if_no_peer_cert: true

Expand Down Expand Up @@ -663,7 +663,7 @@ via web browser. Next to configure is the `cli`.

### nerves_hub_cli

In your firmware project, add new `config.exs` enteries:
In your firmware project, add new `config.exs` entries:

```elixir
config :nerves, :firmware, provisioning: :nerves_hub_link
Expand Down

0 comments on commit 587e39c

Please sign in to comment.