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: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -99,13 +99,13 @@ The configuration can be changed while the server is running.
99
99
100
100
Get the current configuration via HTTP GET to (custom server):
101
101
```
102
-
curl -X GET http://localhost:20471/settings
102
+
curl -X GET http://localhost:20741/settings
103
103
```
104
104
Note: Replace localhost by your server or localhost:port with the web-server/proxy/Ngrok address. When you are using the Docker image your server is using a proxy! Add: '/stt/settings' to the path like in the client setup.
0 commit comments