Changes between Version 102 and Version 103 of Doc/gLite/TemplateCustomization
- Timestamp:
- Nov 5, 2008, 5:06:50 PM (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Doc/gLite/TemplateCustomization
v102 v103 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 == 683 684 __Base template__ : `machine-types/mon`. 685 686 MonBox requires the following configuration variables: 687 688 * `MON_MYSQL_PASSWORD`: password to access MySQL database on MonBox. 689 * `MON_HOST`: host name of MonBox. 690 * `APEL_ENABLED`: wheter to enable APEL. Default: `true`. 691 * `APELDB_PWD`: password for APEL database on MonBox. 692 693 682 694 == MyProxy Server == 683 695