diff --git a/examples/local_settings_SAMPLE.yaml b/examples/local_settings_SAMPLE.yaml index 9739bfa..e3886f8 100644 --- a/examples/local_settings_SAMPLE.yaml +++ b/examples/local_settings_SAMPLE.yaml @@ -1,5 +1,8 @@ #SAMPLE file - do not put secret data in this file while it is in the /examples folder! #IMPORTANT: Rename to local_settings.yaml and check it is covered by .gitignore + netbox: url: 'https://www.netbox1.intx.com.au' + + #login to netbox 'Admin' section to create a suitable token auth_token: 'some-token-from-netbox'