Artifactory YAML File Format

Artifactory YAML configuration format uses a key: [entity] structure for all configuration entries.

The YAML file is constructed with keys and entities, using the following format:

key: [entity]

For example:

localRepositories: #Local repositories configuration
     docker-local: #The local repository name
          type: docker #The package type
          ...
...