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

Commit 865e70f

Browse files
author
Chris Wiechmann
committed
Updated api-builder-plugin-ft-timer to version 1.0.0
1 parent c112f73 commit 865e70f

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

apibuilder4elastic/conf/default.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ module.exports = {
3535
// Payload configuration settings
3636
payload: {
3737
// Parameter is used, to enable or disable payload handling (defaults to true, if disabled a 501 is returned)
38-
enabled: ("false" == process.env.PAYLOAD_HANDLING_ENABLED) ? false : true,
38+
enabled: ("false" == process.env.PAYLOAD_HANDLING_ENABLED) ? false : true,
3939
// Mainly used for tests as normally the folder to payload should be fixed
4040
folder: process.env.PAYLOAD_FOLDER || '/var/log/payloads',
4141
// Limit the payload to a certain size (in Byte)

apibuilder4elastic/package-lock.json

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

apibuilder4elastic/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
"@axway/api-builder-plugin-fn-mustache": "^1.0.7",
3636
"@axway/api-builder-plugin-fn-restclient": "^2.0.22",
3737
"@axway/api-builder-plugin-fn-swagger": "^2.9.3",
38-
"@axway/api-builder-plugin-ft-timer": "^0.2.3",
38+
"@axway/api-builder-plugin-ft-timer": "^1.0.0",
3939
"@axway/api-builder-runtime": "^4.64.1",
4040
"api-builder-plugin-authorization": "file:custom_flow_nodes/api-builder-plugin-authorization",
4141
"api-builder-plugin-axway-api-management": "file:custom_flow_nodes/api-builder-plugin-axway-api-management",

0 commit comments

Comments
 (0)