Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 897 Bytes

config.rst

File metadata and controls

25 lines (17 loc) · 897 Bytes

Configuration

Runtime configuration schema

The configuration file :file:`config_data/config.json` provides a number of modelling parameters that are supposedly invariant across experiments. Those values have been extracted from available literature and documented wherever possible. Here we provide an autogenerated list of parameters.

The schema is used for both validation and parsing purposes.

.. jsonschema:: ../../config_data/config.schema.json

Environment-specific configuration schema

Let us consider the Fyne environment located in config_data/Fyne for starters. The organisation-specific configuration is thus inside params.json. Similarly to the runtime configuration, we provide a well-documented schema.

.. jsonschema:: ../../config_data/params.schema.json