Translations - ONYX - 9.0 - Utilisation - Paramètres de configuration principaux (mapping.conf)/42/en
Différence entre versions
De MappingDoc
(Page créée avec « * Default configuration of workflow: ** '''USE_NEW_RULES''' : ''on'' / ''off'' (''on'' by default), *: ''on'' = new graphical workflow *: ''off'' = old rules engine (com... ») |
|||
Ligne 21 : | Ligne 21 : | ||
** '''DEFAULT_MAIL_BODY''' : File used as a template for mailing | ** '''DEFAULT_MAIL_BODY''' : File used as a template for mailing | ||
** '''DEFAULT_ RESPONSE_BODY''' : Email body content type | ** '''DEFAULT_ RESPONSE_BODY''' : Email body content type | ||
− | * | + | * Other : |
− | ** '''PATH_CONFIG_CUSTOM_ACCESS''' : Path where xml conf files are stored used to configure access to ACL. | + | ** '''PATH_CONFIG_CUSTOM_ACCESS''' : Path where xml conf files are stored; used to configure access to ACL. |
**: Example | **: Example | ||
<source lang="xml"> | <source lang="xml"> |
Version actuelle datée du 28 octobre 2019 à 16:35
- Default configuration of workflow:
- USE_NEW_RULES : on / off (on by default),
- on = new graphical workflow
- off = old rules engine (command line)
- Configuration of workflow Web UI:
- SOAP_DEBUG : on / off (default), on = debug, off = normal
- SOAP_PATH_TEMP : Workflow temp path where temp files are created
- SOAP_PATH_LOG : Path where log files are stored, des fichiers .log y seront créés
- SOAP_LOCATION : Workflow service URL, formatted as a URL, by default http://127.0.0.1:8002/cgi-bin/mapsoapserver.exe
- SOAP_LOCAL_URL : 🗑Deprecated
- SOAP_DOCUMENT_URL : 🗑Deprecated
- Default values for mail server:
- MAIL_SERVER : Hostname or IP address of SMTP server
- MAIL_DOMAIN : Domain associated with SMTP server
- MAIL_PORT : Connection port (default 587 in TLS)
- MAIL_LOGIN : SMTP server login
- MAIL_PASSWORD : SMTP server password
- MAIL_FROM : Sender's address in "From" field
- Default values for Web and SOAP boxes:
- DEFAULT_FILE_TYPE : HTML file path used as a template for SOAP mailing (box Display messages in)
- DEFAULT_MAIL_BODY : File used as a template for mailing
- DEFAULT_ RESPONSE_BODY : Email body content type
- Other :
- PATH_CONFIG_CUSTOM_ACCESS : Path where xml conf files are stored; used to configure access to ACL.
- Example
- PATH_CONFIG_CUSTOM_ACCESS : Path where xml conf files are stored; used to configure access to ACL.
<?xml version="1.0" encoding="UTF-8" standalone="no" ?>
<userconfig name='mapadmin'>
<spooler>
<columns />
<acls />
<view_config />
</spooler>
</userconfig>