From 20bb2c7577d1cedf2a3ecfee36d06069e079fa1d Mon Sep 17 00:00:00 2001 From: pcjones Date: Tue, 6 Feb 2024 23:35:06 +0100 Subject: [PATCH] Add secrets example --- UmlautAdaptarr/secrets_example.json | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 UmlautAdaptarr/secrets_example.json diff --git a/UmlautAdaptarr/secrets_example.json b/UmlautAdaptarr/secrets_example.json new file mode 100644 index 0000000..a652a69 --- /dev/null +++ b/UmlautAdaptarr/secrets_example.json @@ -0,0 +1,4 @@ +{ + "SONARR_HOST": "http://localhost:8989", + "SONARR_API_KEY": "" +} \ No newline at end of file