Changes between Version 103 and Version 104 of Doc/gLite/TemplateCustomization


Ignore:
Timestamp:
Nov 5, 2008, 5:39:33 PM (17 years ago)
Author:
/O=GRID-FR/C=FR/O=CNRS/OU=LAL/CN=Michel Jouvin
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Doc/gLite/TemplateCustomization

    v103 v104  
    680680''Note : for backward compatibility, this is still possible to directly define variable `FTS_SERVER_URL`, even though it is recommended to change your site parameters and use the new variables instead.''
    681681
    682 == MonBox ==
     682== MonBox and APEL ==
    683683
    684684__Base template__ : `machine-types/mon`.
     
    686686MonBox requires the following configuration variables:
    687687
    688  * `MON_MYSQL_PASSWORD`: password to access MySQL database on MonBox.
     688 * `MON_MYSQL_PASSWORD`: password MySQL administrator (root) on MonBox.
    689689 * `MON_HOST`: host name of MonBox.
     690
     691APEL configuration on the CE requires the following variables:
    690692 * `APEL_ENABLED`: wheter to enable APEL. Default: `true`.
    691  * `APELDB_PWD`: password for APEL database on MonBox.
     693 * `APEL_DB_USER`: MySQL user to access APEL database on MonBox.
     694 * `APEL_DB_PWD`: MySQL password to access APEL database on MonBox.
    692695
    693696