You've already forked OpenIntegrations
mirror of
https://github.com/Bayselonarrend/OpenIntegrations.git
synced 2025-11-29 22:27:42 +02:00
Main build (Jenkins)
This commit is contained in:
@@ -53,11 +53,23 @@ import TabItem from '@theme/TabItem';
|
||||
"type": "string",
|
||||
"value": "admin"
|
||||
},
|
||||
{
|
||||
"description": "The flag for using the Melezh {'result':true, 'data': <primary response>} wrapper over the original function responses (does not affect non-JSON responses))",
|
||||
"name": "res_wrapper",
|
||||
"type": "bool",
|
||||
"value": true
|
||||
},
|
||||
{
|
||||
"description": "The maximum allowed request body size (in bytes). Requests exceeding this limit will be rejected. 0 - no limitation",
|
||||
"name": "req_max_size",
|
||||
"type": "number",
|
||||
"value": 209715200
|
||||
},
|
||||
{
|
||||
"description": "Logs save path. To disable logging, set the value to empty",
|
||||
"name": "logs_path",
|
||||
"type": "string",
|
||||
"value": "C:/Users/bayselonarrend/AppData/Local/Temp/Melezh/2ee7082a-6e05-4e6b-a3a8-1b7d0823f9e9"
|
||||
"value": "C:/Users/bayselonarrend/AppData/Local/Temp/Melezh/5fef3fc7-5544-4258-a6dc-41efd80ce5cc"
|
||||
},
|
||||
{
|
||||
"description": "Logging of incoming request headers",
|
||||
@@ -90,10 +102,16 @@ import TabItem from '@theme/TabItem';
|
||||
"value": 104857600
|
||||
},
|
||||
{
|
||||
"description": "The flag for using the Melezh {'result':true, 'data': <primary response>} wrapper over the original function responses (does not affect non-JSON responses))",
|
||||
"name": "res_wrapper",
|
||||
"type": "bool",
|
||||
"value": true
|
||||
"description": "Base path of the API. All routes will be available with the specified prefix. For example: /melezh",
|
||||
"name": "base_path",
|
||||
"type": "string",
|
||||
"value": ""
|
||||
},
|
||||
{
|
||||
"description": "Additional extensions directory (requires restart to apply)",
|
||||
"name": "ext_path",
|
||||
"type": "string",
|
||||
"value": ""
|
||||
}
|
||||
],
|
||||
"result": true
|
||||
|
||||
Reference in New Issue
Block a user