From ed1907e8ca9176e7312d4556551a2cc9df3376c1 Mon Sep 17 00:00:00 2001 From: Julian Noble Date: Thu, 18 Aug 2022 05:16:27 +1000 Subject: [PATCH] add local_settings_SAMPLE.yaml --- examples/local_settings_SAMPLE.yaml | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 examples/local_settings_SAMPLE.yaml 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'