Set authentication default value to false (#5982)

Since authentication is partially merged, and it's still under development, we want to disable it by default.
This commit is contained in:
Paweł Buchowski 2023-03-16 19:34:41 +01:00 committed by GitHub
parent 69d8864a1f
commit 25b57e5024
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,7 +1,7 @@
{
"options": {
"authentication": {
"value": true,
"value": false,
"description": "Determines whether user authentication is enabled. This option is disregarded if the application is executed in the cloud."
},