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
* Autres :
+
* 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

Informations concernant le message (contribuer)

Ce message n’est pas documenté. Si vous savez où ou comment il est utilisé, vous pouvez aider les autres traducteurs en créant sa documentation.

Définition du message (ONYX:9.0:Utilisation:Paramètres de configuration principaux (mapping.conf))
* Configuration du mode de workflow par défaut :
** '''USE_NEW_RULES''' : Valeurs ''on'' / ''off'' (''on'' par défaut), 
*: ''on'' = nouveau workflow graphique
*: ''off'' = ancien moteur de règles en lignes de commandes
* Configuration de de l'interface Web du workflow :
** '''SOAP_DEBUG''' : Valeurs ''on'' / ''off'' (défaut), ''on'' = debug, ''off'' = normal
** '''SOAP_PATH_TEMP''' : Chemin de travail du workflow, des fichiers temporaires y seront créés
** '''SOAP_PATH_LOG''' : Chemin de stockage des logs, des fichiers .log y seront créés
** '''SOAP_LOCATION''' : URL du service de workflow, formaté en URL, par défaut http://127.0.0.1:8002/cgi-bin/mapsoapserver.exe
** '''SOAP_LOCAL_URL''' : 🗑''Déprécié'' Chemin de retour de documents
** '''SOAP_DOCUMENT_URL''' : 🗑''Déprécié'' URL liée au retour de documents
* Valeurs par défaut du serveur d'envoi de mails :
** '''MAIL_SERVER''' : Hostname (ou Adresse IP) de votre serveur SMTP
** '''MAIL_DOMAIN''' : Domaine associé à votre serveur SMTP
** '''MAIL_PORT''' : Port de connexion (par défaut 587 en TLS)
** '''MAIL_LOGIN''' : Login d'identification au serveur SMTP
** '''MAIL_PASSWORD''' : Mot de passe associé à ce login
** '''MAIL_FROM''' : Adresse émettrice qui sera renseignée dans le champ "From"
* Valeurs par défaut du contenu des boites d’interactivité Web et SOAP :
** '''DEFAULT_FILE_TYPE''' : Chemin du fichier html qui servira de modèle pour l'envoi SOAP (''Boite afficher réponse dans'')
** '''DEFAULT_MAIL_BODY''' : Chemin du fichier qui servira de modèle pour l'envoi d'un mail
** '''DEFAULT_ RESPONSE_BODY''' : Contenu type du body d'un mail
* Autres :
** '''PATH_CONFIG_CUSTOM_ACCESS''' : Chemin vers un dossier contenant des conf xml. Elles configurent des droits grace aux ACL.
**: Exemple 
<source lang="xml">
 <?xml version="1.0" encoding="UTF-8" standalone="no" ?>
 <userconfig name='mapadmin'>
   <spooler>
     <columns />
     <acls />
     <view_config />
   </spooler>
 </userconfig>
</source>
Traduction* 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 
<source lang="xml">
 <?xml version="1.0" encoding="UTF-8" standalone="no" ?>
 <userconfig name='mapadmin'>
   <spooler>
     <columns />
     <acls />
     <view_config />
   </spooler>
 </userconfig>
</source>
  • 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
 <?xml version="1.0" encoding="UTF-8" standalone="no" ?>
 <userconfig name='mapadmin'>
   <spooler>
     <columns />
     <acls />
     <view_config />
   </spooler>
 </userconfig>