# # The path where openBIS will be installed. # # Example : # INSTALL_PATH=/home/openbis/ # # will result in the following directory structure # # + /home/openbis # + bin/ # + servers/ # + core-plugins/ # + openBIS-server/ # + datastore_server/ # INSTALL_PATH= # # The path where openBIS will keep the imported data (e.g. images, analysis files) # and its incoming folders. # DSS_ROOT_DIR= # Possible configuration options # 'local' - if the openBIS servers will only be accessed from this machine # 'server' - if the installation is meant to be accessible for remote users INSTALLATION_TYPE=local # Path to the file which should replace the current Java key store file #KEY_STORE_FILE = # Password of the key store KEY_STORE_PASSWORD = changeit # Password of the key KEY_PASSWORD = changeit # Standard technology PROTEOMICS is disabled by default #PROTEOMICS = true # Standard technology SCREENING is disabled by default #SCREENING = true # Standard technology ILLUMINA-NGS (ETH BSSE Setup) is disabled by default #ILLUMINA-NGS = true