Skip to content
Snippets Groups Projects
console.properties 1.61 KiB
Newer Older
  • Learn to ignore specific revisions
  • #
    # 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=/home/vagrant/openbis
    
    #
    # The path where openBIS will keep the imported data (e.g. images, analysis files)
    # and its incoming folders. 
    #
    DSS_ROOT_DIR=/home/vagrant/dss_root
    
    # 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 = <path to key store>
    
    # Password of the key store
    KEY_STORE_PASSWORD = changeit
    
    # Password of the key
    KEY_PASSWORD = changeit
    
    # Standard technology PROTEOMICS is disabled by default
    
    
    # Standard technology SCREENING is disabled by default
    
    
    # Standard technology ILLUMINA-NGS (ETH BSSE Setup) is disabled by default
    
    
    # Standard technology ELN-LIMS is disabled by default
    
    
    # Standard technology MICROSCOPY is disabled by default
    
    
    # Standard technology FLOW CYTOMETRY is disabled by default
    
    
    # Full ELN/LIMS master data is enabled by default. This setting is meaningful only if ELN-LIMS is enabled
    
    
    #
    # Comma-separated list of databases to backup. If the list is empty or undefined all databases
    # will be backauped.