mirror of
https://github.com/stefanocasazza/ULib.git
synced 2025-09-28 19:05:55 +08:00
22 lines
1.2 KiB
INI
22 lines
1.2 KiB
INI
## -----------------------------------------------------------------------------------------------------------
|
|
## action validation - configuration parameters
|
|
## -----------------------------------------------------------------------------------------------------------
|
|
## REQUEST_TEMPLATE scanf form to extract data
|
|
## RESPONSE_TEMPLATE printf form to output response
|
|
## ERROR_TEMPLATE printf form to output error response
|
|
##
|
|
## SUBJECT_TEMPLATE scanf form to extract data from mail header Subject:
|
|
## SEARCH_ENGINE_FOLDER_SEARCH_URL url to do query to search engine
|
|
## -----------------------------------------------------------------------------------------------------------
|
|
|
|
action_validation {
|
|
|
|
REQUEST_TEMPLATE workflow/validation/validation-request-template.xml
|
|
RESPONSE_TEMPLATE workflow/validation/validation-response-ok-template.xml
|
|
ERROR_TEMPLATE workflow/validation/validation-response-error-template.xml
|
|
|
|
SUBJECT_TEMPLATE "Subject: %*[^\"]\"%[^\"]\", %*[^\"]\"%[^\"]\", %*[^\"]\"%[^\"]\""
|
|
|
|
SEARCH_ENGINE_FOLDER_SEARCH_URL http://192.168.220.1:19002/searchengine/folder_search
|
|
}
|