PACE Configuration
PACE is a Spring Boot Application configured via its standard mechanism. We typically use an application.yaml
in a /config
subdirectory of the working directory the PACE server was started.
The schema of the configuration file is defined by the Kotlin source code.
Structure
An outline of the yaml file is as follows.
Hikari configuration: see here
Processing Platforms Configuration
Each of the supported processing platforms has a different configuration format. Every configuration must have a distinct id that can be any non-empty string.
Data Catalogs Configuration
Last updated