You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

54 lines
1.6 KiB

[script:stack_connect]
match = /stack_connect
script = stack_connect.py
python.version = python3
scripttype = persist
handler = application.Stack_Connect
output_modes = json
passPayload = true
passHttpHeaders = true
passHttpCookies = true
[script:acms_actions]
match = /acms_actions
script = acms_actions.py
python.version = python3
scripttype = persist
handler = application.ACMS_Actions
output_modes = json
passPayload = true
passHttpHeaders = true
passHttpCookies = true
[script:acms_workflows]
match = /acms_workflows
script = acms_workflows.py
python.version = python3
scripttype = persist
handler = application.ACMS_Workflows
output_modes = json
passPayload = true
passHttpHeaders = true
passHttpCookies = true
[script:stack_helper]
match = /stack_helper
script = stack_helper.py
python.version = python3
scripttype = persist
handler = application.Stack_Helper
output_modes = json
passPayload = true
passHttpHeaders = true
passHttpCookies = true
[script:update_sbapps]
match = /update_sbapps
script = update_sbapps.py
python.version = python3
scripttype = persist
handler = application.Update_SbApps
output_modes = json
passPayload = true
passHttpHeaders = true
passHttpCookies = true