diff --git a/examples/local_settings_SAMPLE.yaml b/examples/local_settings_SAMPLE.yaml new file mode 100644 index 0000000..9739bfa --- /dev/null +++ b/examples/local_settings_SAMPLE.yaml @@ -0,0 +1,5 @@ +#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' + auth_token: 'some-token-from-netbox'