The Link configuration file (config.yaml)

For a Link installation, configuration information is provided in the config.yaml file.

The config.yaml contains several YAML mappings. The value of a key of such a mapping may itself be a YAML mapping. In this documentation, JSON Pointer strings are used to refer to the value of a key value of a YAML mapping. For example, /mongo/auth/ password refers to the value of the MongoDB password which should be used to access the MongoDB database which Link uses for design data. Alternatively, dot notation may be used for the same purpose, for example mongo.auth.password.