mirror of
https://github.com/enso-org/enso.git
synced 2024-11-24 00:27:16 +03:00
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:
parent
69d8864a1f
commit
25b57e5024
@ -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."
|
||||
},
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user