mirror of
https://github.com/stefanocasazza/ULib.git
synced 2025-09-28 19:05:55 +08:00
38 lines
1.9 KiB
INI
38 lines
1.9 KiB
INI
## -----------------------------------------------------------------------------------------------------------
|
|
## action production - configuration parameters
|
|
## -----------------------------------------------------------------------------------------------------------
|
|
## REQUEST_TEMPLATE scanf form to extract data
|
|
## RESPONSE_TEMPLATE printf form to output response
|
|
## ERROR_TEMPLATE printf form to output error response
|
|
##
|
|
## ARCHIVE_TEMPLATE printf form to output request of archive
|
|
## ELECTRONIC_ARCHIVATION_SERVICE_URL url to do request of archive
|
|
##
|
|
## SMTP_SERVER
|
|
## TO_ADDRESS
|
|
## SENDER_ADDRESS
|
|
## REPLY_TO_ADDRESS
|
|
## EMAIL_BODY_FORM
|
|
## EMAIL_SUBJECT_FORM
|
|
## -----------------------------------------------------------------------------------------------------------
|
|
|
|
action_production {
|
|
|
|
REQUEST_TEMPLATE workflow/production/production-request-template.xml
|
|
RESPONSE_TEMPLATE workflow/production/production-response-ok-template.xml
|
|
ERROR_TEMPLATE workflow/production/production-response-error-template.xml
|
|
|
|
ARCHIVE_TEMPLATE workflow/production/archive-request-template.eml
|
|
ELECTRONIC_ARCHIVATION_SERVICE_URL http://192.168.220.1:19001/tbotefolder/archiver
|
|
|
|
SMTP_SERVER 192.168.220.10
|
|
|
|
SENDER_ADDRESS workfloweng@test.trust-engine.com
|
|
TO_ADDRESS administrator@test.t-unwired.com
|
|
REPLY_TO_ADDRESS cpe.delivery@test.t-unwired.com
|
|
|
|
EMAIL_SUBJECT_FORM "TUnwired processo di produzione della CPE: notifica delivery della CPE cliente %S, indirizzo installazione %S, UID %S"
|
|
|
|
EMAIL_BODY_FORM "La CPE per il cliente %S, indirizzo installazione %S, (UID %S) è stata prodotta.\nA delivery effettuato effettuare un reply-to all'indirizzo pre-impostato."
|
|
}
|