1
0
mirror of synced 2024-11-28 00:20:53 +01:00

Set LoginRequired back to false in configs

This commit is contained in:
shiibe 2024-06-03 20:08:04 -04:00
parent 4612c27469
commit 20525fb014
2 changed files with 2 additions and 2 deletions

View File

@ -3,6 +3,6 @@
"JwtKey": "SuperSecretKeyAndHeresItsPadding",
"JwtIssuer": "http://localhost:5000",
"JwtAudience": "http://localhost:5000",
"AuthenticationRequired": true
"AuthenticationRequired": false
}
}

View File

@ -1,6 +1,6 @@
{
"WebUiSettings": {
"LoginRequired": "true",
"LoginRequired": "false",
"OnlyAdmin": "false",
"BoundAccessCodeUpperLimit": "3",
"RegisterWithLastPlayTime": "false",