summaryrefslogtreecommitdiff
path: root/registry-scanner/test/testdata/registry/config/two-defaults.yaml
blob: 21254cdeb9174d6f5e7e1cd9b40c6f0b6a900663 (plain)
1
2
3
4
5
6
7
8
9
registries:
- name: "Reg One"
  prefix: regone.io
  api_url: "https://regone.io"
  default: true
- name: "Reg Two"
  prefix: regtwo.io
  api_url: "https://regtwo.io"
  default: true