aboutsummaryrefslogtreecommitdiffstats
path: root/app/config/link_finders.json
diff options
context:
space:
mode:
Diffstat (limited to 'app/config/link_finders.json')
-rw-r--r--app/config/link_finders.json12
1 files changed, 12 insertions, 0 deletions
diff --git a/app/config/link_finders.json b/app/config/link_finders.json
new file mode 100644
index 0000000..2368333
--- /dev/null
+++ b/app/config/link_finders.json
@@ -0,0 +1,12 @@
+{
+ "finders_package": "discover.link_finders",
+ "base_finder": "FindLinks",
+ "link_finders": [
+ "FindLinksForInstanceVnics",
+ "FindLinksForOteps",
+ "FindLinksForPnics",
+ "FindLinksForVconnectors",
+ "FindLinksForVedges",
+ "FindLinksForVserviceVnics"
+ ]
+} \ No newline at end of file