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 324ffef commit 26a3172Copy full SHA for 26a3172
config.ini
@@ -1,12 +1,12 @@
1
[http]
2
-bind_to_address=0.0.0.0
3
-bind_to_port=4456
4
-cors_domains=*
+bind_to_address = 0.0.0.0
+bind_to_port = 4456
+cors_domains = *
5
#Leave empty if no authentication is required.
6
-authentication_key=
+authentication_key =
7
8
[obsws]
9
#obs-websocket v5 uses port 4455 by default
10
-ws_url=ws://127.0.0.1:4455
+ws_url = ws://127.0.0.1:4455
11
#Only necessary if "Enable authentication" is checked in the obs-websocket settings menu.
12
-ws_password =
+ws_password =
0 commit comments