Set LoginRequired back to false in configs
This commit is contained in:
parent
4612c27469
commit
20525fb014
@ -3,6 +3,6 @@
|
||||
"JwtKey": "SuperSecretKeyAndHeresItsPadding",
|
||||
"JwtIssuer": "http://localhost:5000",
|
||||
"JwtAudience": "http://localhost:5000",
|
||||
"AuthenticationRequired": true
|
||||
"AuthenticationRequired": false
|
||||
}
|
||||
}
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"WebUiSettings": {
|
||||
"LoginRequired": "true",
|
||||
"LoginRequired": "false",
|
||||
"OnlyAdmin": "false",
|
||||
"BoundAccessCodeUpperLimit": "3",
|
||||
"RegisterWithLastPlayTime": "false",
|
||||
|
Loading…
Reference in New Issue
Block a user