Skip to content

Commit

Permalink
Fix syntax and remove link
Browse files Browse the repository at this point in the history
  • Loading branch information
dacharyc committed Jan 30, 2024
1 parent 7d8f5ff commit 1c2fd6c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion source/edge-server/configure.txt
Original file line number Diff line number Diff line change
Expand Up @@ -348,7 +348,7 @@ Set up and run the Edge Server on the host.
.. step:: Specify Additional Configuration Details (Optional)

You can run ``make`` to build the Edge Server. This creates a
:directory:`build` directory that contains an :filename:`edge_config.json`
``build/`` directory that contains an :file:`edge_config.json`
file. This configuration contains many additional fields you can change
if you need to customize Edge Server configuration details.

Expand Down
5 changes: 2 additions & 3 deletions source/edge-server/connect.txt
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,7 @@ Connect to the Edge Server from the Device SDK
To connect to the Edge Server from a Device SDK client, your app must:

- Set the Sync URL on the App configuration to the public-accessible DNS
address you set in the Edge Server
:ref:`config's <edge-server-install-and-configure>` ``hostname``
address you set in the Edge Server :file:`edge_config.json` ``baseURL``
field.
- If TLS is not enabled, use HTTP over port 80.

Expand Down Expand Up @@ -87,7 +86,7 @@ modifications you can make to the :github:`Swift template app
- The public-accessible DNS of your Edge Server's host.
This is ``http://``, or if TLS is enabled, ``https://``,
followed by the same value you set in your Edge Server
:filename:`edge_config.json` ``baseURL`` field.
:file:`edge_config.json` ``baseURL`` field.

* - ``appId``
- The App ID of your App Services App that has Edge Server
Expand Down

0 comments on commit 1c2fd6c

Please sign in to comment.