Make clear description of anonymous user (#6655)

* Make clear description of anonymous user

* Properly generate definitions

Co-authored-by: dplewis <findlewis@gmail.com>
This commit is contained in:
Jerome De Leon
2020-07-13 23:00:55 +08:00
committed by GitHub
parent 01b49b61ea
commit 0abe9bb42d
3 changed files with 3 additions and 3 deletions

View File

@@ -95,7 +95,7 @@ export interface ParseServerOptions {
/* Protected fields that should be treated with extra security when fetching details.
:DEFAULT: {"_User": {"*": ["email"]}} */
protectedFields: ?ProtectedFields;
/* Enable (or disable) anon users, defaults to true
/* Enable (or disable) anonymous users, defaults to true
:ENV: PARSE_SERVER_ENABLE_ANON_USERS
:DEFAULT: true */
enableAnonymousUsers: ?boolean;