From f29ff1c7bbdd84dbf1d06531d0f8f19e39f05ac6 Mon Sep 17 00:00:00 2001 From: Julian Noble Date: Thu, 18 Aug 2022 05:17:14 +1000 Subject: [PATCH] local_settings Sample comments --- examples/local_settings_SAMPLE.yaml | 3 +++ 1 file changed, 3 insertions(+) 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'