Configuration
The systemdescription.yaml file is located in directory store/system
This file contains following sample content
The file has 3 sections:
subsystems:
a list subsystem descriptions
every subsystem has
key: unique id of the subsystem
type:
'jdbc' for SQL database subsystem
'filesystem' for a file system
description
environments
a list of environments (e.g. LOCAL, DEVELOPMENT, STAGING, PROD...)
every subsystem has a
key: unique id of the environment
description
connectionDetails
a map of subsystem specific connection details for each subsystem/env combination
key: combination of <subsystem key>::<environment key>
value: subsystem specific connection details
jdbc: see JDBC Connections
filesystem: see Filesysystem
Last updated