fixed the obs config file

This commit is contained in:
2026-03-27 14:43:31 -07:00
parent 8fe161f00f
commit 2bf42e7e7f
2 changed files with 5 additions and 4 deletions

View File

@@ -1,6 +1,6 @@
{
"alerts_enabled": false,
"auth_required": false,
"server_enabled": true,
"server_port": 4455
"AlertsEnabled": false,
"AuthRequired": false,
"ServerEnabled": true,
"ServerPort": 4455
}