summaryrefslogtreecommitdiffstats
path: root/app/config/link_finders.json
blob: 55c31f6f1f34cf9ab7e2f903bf2534c4704f411a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
{
  "finders_package": "discover.link_finders",
  "base_finder": "FindLinks",
  "link_finders": [
    "FindLinksForInstanceVnics",
    "FindLinksForOteps",
    "FindLinksForVconnectors",
    "FindLinksForVedges",
    "FindLinksForVserviceVnics",
    "FindLinksForPnics"
  ]
}