diff --git a/plugins.py b/plugins.py index d1defd8..c92bb0a 100644 --- a/plugins.py +++ b/plugins.py @@ -15,5 +15,9 @@ PLUGINS = [ PLUGINS_CONFIG = { 'netbox_branching': {}, 'netbox_bgp': {}, - 'netbox_topology_views': {}, + 'netbox_topology_views': { + 'static_image_directory': 'netbox_topology_views/img', + 'allow_coordinates_saving': True, + 'always_save_coordinates': True + } }