Access YAML Configuration Files

Reference Access YAML configuration files: access.config.import.yml, patch.yml, template.yml, and latest.yml.

The following table lists configuration files found under $JFROG_HOME/artifactory/var/etc/access.

FileDescription
access.config.import.ymlIf this file exists, the Access service imports it and overrides all existing settings on restart. If the file does not exist, Access loads with its latest configuration settings.
access.config.patch.ymlIf this file exists, the values in the imported file replace the existing Access configuration values. If the file does not exist, Access loads with its latest configuration settings.
access.config.template.ymlThis installation template includes a reference list of configurable parameters governing Access. Some parameters provide recommended default values; other parameters (such as server names) contain sample values that may render your Access services unusable if loaded. Do not load or modify this file. Keep this file unmodified and never rename it to access.config.import.yml, so you always have the option of reverting to recommended default values.
access.config.latest.ymlShows which configuration parameters differ from the default values in the current Access configuration. Edit this file and rename it to access.config.import.yml to make configuration changes.
access.config.latest.<timestamp>.ymlShows previous versions of the access.config.latest.yml file, with a timestamp indicating when it was replaced.