Skip to content
This repository was archived by the owner on Dec 14, 2022. It is now read-only.

Commit 2ea41e4

Browse files
author
Chris Wiechmann
committed
Removed dedrecation warnings
1 parent 62f8fe8 commit 2ea41e4

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

apibuilder4elastic/conf/default.js

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -311,12 +311,20 @@ module.exports = {
311311
// e.g. "oracle/foó" will now be encoded as "oracle/fo%C3%B3".
312312
enableModelNameEncodingWithConnectorSlash: true,
313313
// Enabling this flag will emit the log level in each log message.
314-
enableLoggingOfLevel: true
314+
enableLoggingOfLevel: true,
315+
enableModelErrorOutputs: true,
316+
exitOnSwaggerSchemaValidationError: true,
317+
enableStrictBodyPayloads: true
315318
},
316319

317320
authorization: {
318321
callback: '/auth/callback',
319322
credentials: {
320323
}
324+
},
325+
326+
limits: {
327+
// The maximum size of any file/part in a multipart/form-data request
328+
multipartPartSize: '10MB'
321329
}
322330
};

0 commit comments

Comments
 (0)