We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fbb54df commit ea44c84Copy full SHA for ea44c84
config.ini
@@ -1,9 +1,11 @@
1
[http]
2
-bind_to_address = 127.0.0.1
+bind_to_address = 0.0.0.0
3
bind_to_port = 4445
4
-authentication_key = # Leave empty if no authentication is required.
+#Leave empty if no authentication is required.
5
+authentication_key =
6
7
[obsws]
8
ws_address = 127.0.0.1
9
ws_port = 4444
-ws_password = # Only necessary if "Enable authentication" is checked in the obs-websocket settings menu.
10
+#Only necessary if "Enable authentication" is checked in the obs-websocket settings menu.
11
+ws_password =
0 commit comments