Introduction
The system.yaml file encompasses a multitude of configuration capabilities for JFrog products. These configurations are organized under different sections in the YAML file.
Under the $JFROG_HOME/<JFrog_Product>/var/etc folder, we can find a few different system yaml files:
Every entry in the system.yaml file should correspond to an entry in the system.full-template.yaml file and to the online references:
The system.yaml file encompasses a multitude of configuration capabilities for JFrog products. These configurations are organized under different sections in the YAML file.
Under the $JFROG_HOME/<JFrog_Product>/var/etc folder, we can find a few different system yaml files:
- System.yaml: This file holds the customized configuration of the product.
- System.basic-template.yaml: It contains commonly used system configurations and mirrors system.yaml after a fresh installation.
- system.full-template.yaml: This includes a comprehensive list of all available configurations.
Every entry in the system.yaml file should correspond to an entry in the system.full-template.yaml file and to the online references:
- Artifactory Yaml Template - https://jfrog.com/help/r/jfrog-installation-setup-documentation/artifactory-system-yaml-configuration-topics
- Xray Yaml Template - https://jfrog.com/help/r/jfrog-installation-setup-documentation/xray-system-yaml
- Distribution Yaml Template - https://jfrog.com/help/r/jfrog-installation-setup-documentation/supported-configurations-in-distribution-system-yaml
- Insight Yaml Template - https://jfrog.com/help/r/jfrog-installation-setup-documentation/supported-configurations-in-insight-system-yaml
- Pipeline Yaml Template - https://jfrog.com/help/r/jfrog-installation-setup-documentation/supported-configurations-in-pipelines-system-yaml