Skip to content

Commit 26a3172

Browse files
CodexHerett2468
authored andcommitted
Re-add spaces around INI delimiters per request
1 parent 324ffef commit 26a3172

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

config.ini

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
[http]
2-
bind_to_address=0.0.0.0
3-
bind_to_port=4456
4-
cors_domains=*
2+
bind_to_address = 0.0.0.0
3+
bind_to_port = 4456
4+
cors_domains = *
55
#Leave empty if no authentication is required.
6-
authentication_key=
6+
authentication_key =
77

88
[obsws]
99
#obs-websocket v5 uses port 4455 by default
10-
ws_url=ws://127.0.0.1:4455
10+
ws_url = ws://127.0.0.1:4455
1111
#Only necessary if "Enable authentication" is checked in the obs-websocket settings menu.
12-
ws_password =
12+
ws_password =

0 commit comments

Comments
 (0)