fix: depreciate allowClientClassCreation defaulting to true (#7925)

This commit is contained in:
dblythy
2022-05-08 05:08:59 +10:00
committed by GitHub
parent d691591630
commit 38ed96ace5
2 changed files with 2 additions and 0 deletions

View File

@@ -23,4 +23,5 @@ module.exports = [
"Additionally, the environment variable 'PARSE_SERVER_ENABLE_EXPERIMENTAL_DIRECT_ACCESS' will be deprecated and renamed to 'PARSE_SERVER_DIRECT_ACCESS' in a future version; it is currently possible to use either one.",
},
{ optionKey: 'enforcePrivateUsers', changeNewDefault: 'true' },
{ optionKey: 'allowClientClassCreation', changeNewDefault: 'false' },
];