The following is an example of a complete Artifactory system YAML file showing all the different parameters that you may configure.
Tip
To prevent common errors, note that the system YAML file uses spaces (2 or 4) for indentation, and not tabs. Using tabs will cause the file to fail. For more information, see YAML indentation.
Example Templates
We recommend that you use the templates available under $JFROG_HOME/artifactory/var/etc/
system.basic-template.yamlincludes most commonly used system configurations and is identical to thesystem.yamlafter a fresh install.system.full-template.yamlincludes a list of all available configurations.
Artifactory System YAML File Format
The YAML file is constructed with keys and entities that use the following key: [entity] format, for example #joinKey: "<Your joinKey>".
Shared Configurations
These are configuration used by all microservices.
Artifactory Operational Microservices
These are specific configurations, which are set under each microservice section and override similar shared configurations for the specific microservice.
Editing the YAML file
Edit the yaml file according to your specific requirements. For example, remove unused database settings.