feat: Add Parse Server option verifyServerUrl to disable server URL verification on server launch (#9881)

This commit is contained in:
Antoine Cormouls
2025-10-25 18:01:58 +02:00
committed by GitHub
parent a3ac82fc54
commit b298cccd9f
5 changed files with 30 additions and 8 deletions

View File

@@ -122,6 +122,7 @@ export interface ParseServerOptions {
allowExpiredAuthDataToken?: boolean;
requestKeywordDenylist?: (RequestKeywordDenylist[]);
rateLimit?: (RateLimitOptions[]);
verifyServerUrl?: boolean;
}
export interface RateLimitOptions {
requestPath: string;