mirror of
https://github.com/Palakis/obs-websocket.git
synced 2024-08-30 18:12:16 +00:00
Config: authentication enabled by default
This commit is contained in:
parent
492e9d8df7
commit
dd9ad67e6b
@ -45,7 +45,7 @@ Config::Config() :
|
||||
LockToIPv4(false),
|
||||
DebugEnabled(false),
|
||||
AlertsEnabled(true),
|
||||
AuthRequired(false),
|
||||
AuthRequired(true),
|
||||
Secret(""),
|
||||
Salt(""),
|
||||
SettingsLoaded(false)
|
||||
|
Loading…
x
Reference in New Issue
Block a user