### mandatory information # openbis credentials datasource.url = [openbis instance url] datasource.user = admin datasource.password = [openbis_admin_password] # mandatory for project wizard vocabulary.ms.labeling = path_to_labeling_methods/labeling.methods ### additional functionality, some dummy values might need to be set for now for the portlets to run # project investigators and similar metadata mysql.host = [hostname] mysql.db = qbic_usermanagement_db mysql.user = [some_user] mysql.pass = [the_password] mysql.port = 3306 # barcode creation barcode.scripts = [...]/barcode-creation/wizard_scripts/ barcode.postscript = /usr/share/postscriptbarcode/ barcode.results = [...]/testing/barcodes/ # calling external binaries through python from the java virtual machine needs path variables path.variable = /usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/opt/X11/bin:/usr/local/git/bin:/usr/local/texlive/2015basic/bin/x86_64-darwin tmp.folder = [...]/testing/tmp/ # Needed to run Workflows guse_remoteapi_url = http://localhost:8080/wspgrade/RemoteServlet guse_remoteapi_password = path_to_guse_workflows = [...]/testing/wfs/ path_to_certificate = [...]/testing/qeana10-qbicheadnode-certs.zip path_to_dropboxes = [...]/testing/dropbox.json path_to_wf_config = [...]/testing/wfconfigs/ # for attachment uploads via the portal # size in MB max.attachment.size = 10 attachment.uri = [path where attachment files should end up] attachment.user = davattach attachment.password = [davattach password]