# Java properties files for BIRCH installation and configuration. #------------------------------------------ # BIRCH home directory. # This is the directory in which BIRCH is installed, usually # the home directory of an account whose sole purpose # is to administer the local BIRCH system. BirchProps.homedir=/home/birch #------------------------------------------ # Userid of BIRCH administrator BirchProps.adminUserid=birch #------------------------------------------ # Email address of BIRCH administrator. This will be # added to BIRCH documentation pages, and also used # for automated downloading of files by FTP BirchProps.adminEmail=birch@myaddress.mydomain #------------------------------------------ # Default computing platform # This parameter will only be used # for the initial installation of BIRCH # If you wish to implement a multi-platform, # system, see the files platform.source and # platform.profile.source in the $BIRCH/local/admin directory. # # Uncomment ONE of the following: #BirchProps.platform=solaris-sparc #BirchProps.platform=linux-intel #------------------------------------------ # URL for BIRCH web site BirchProps.birchURL=file:///home/birch/public_html #------------------------------------------ # URL for BIRCH home directory BirchProps.birchHomeURL=file:///home/birch #------------------------------------------ # Is this a minibirch installation? BirchProps.minibirch=false