Changes between Version 103 and Version 104 of Doc/gLite/TemplateCustomization
- Timestamp:
- Nov 5, 2008, 5:39:33 PM (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Doc/gLite/TemplateCustomization
v103 v104 680 680 ''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.'' 681 681 682 == MonBox ==682 == MonBox and APEL == 683 683 684 684 __Base template__ : `machine-types/mon`. … … 686 686 MonBox requires the following configuration variables: 687 687 688 * `MON_MYSQL_PASSWORD`: password to access MySQL databaseon MonBox.688 * `MON_MYSQL_PASSWORD`: password MySQL administrator (root) on MonBox. 689 689 * `MON_HOST`: host name of MonBox. 690 691 APEL configuration on the CE requires the following variables: 690 692 * `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. 692 695 693 696