Skip to content

Configuration files

jkaufhold edited this page Sep 13, 2017 · 31 revisions

Configuration files location

Assuming the metadata component of B2SAFE is deployed under the following path: /opt/eudat/b2safe-metadata, then a set of configuration files can be found at /opt/eudat/b2safe-metadata/conf.

Python scripts configuration

  • b2safe_neo4j.conf_template is a template for the configuration file of the main script b2safe_neo4j_client.py prefilled with default values. So it needs to be duplicated and/or renamed to b2safe_neo4j.conf before filling it out with the setup specific information. It consists of 4 parts:
    • Logging - with 2 values needed to specify log level, default is log_level=DEBUG, and the file where to safe the logging information, dafault in a folder log under the installatioin path with the file name b2safe_neo4j.log log_file=log/b2safe_neo4j.log.

METS related configuration

Clone this wiki locally