You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: _docs/46_client_streamdeck.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -37,7 +37,7 @@ The Sealog Server API URL is the network address and port the Sealog Server list
37
37
38
38
Typically the client and server are served on the same host so the IP/URL will be the same with only the port number being different. For deployments where there is only one instance of Sealog running the default port number for the Sealog API is 8000. For installations where there is more than one Sealog instance the port numbers typically increment by 100 (8100, 8200, etc).
39
39
40
-
The port number for every Sealog Server instance is specified within the `<server_install_dir>/config/manifest.js` file.
40
+
The port number for a Sealog Server instance is specified within the `<server_install_dir>/config/manifest.js` file.
41
41
42
42
The full Server API URL is `http://<IP/URL>:<port number>/sealog-server`
0 commit comments