feat: Add Parse Server option allowPublicExplain to allow Parse.Query.explain without master key (#9890)
This commit is contained in:
1
types/Options/index.d.ts
vendored
1
types/Options/index.d.ts
vendored
@@ -238,6 +238,7 @@ export interface DatabaseOptions {
|
||||
authSource?: string;
|
||||
autoSelectFamily?: boolean;
|
||||
autoSelectFamilyAttemptTimeout?: number;
|
||||
allowPublicExplain?: boolean;
|
||||
compressors?: string[] | string;
|
||||
connectTimeoutMS?: number;
|
||||
directConnection?: boolean;
|
||||
|
||||
Reference in New Issue
Block a user