File tree Expand file tree Collapse file tree 2 files changed +6
-5
lines changed
Expand file tree Collapse file tree 2 files changed +6
-5
lines changed Original file line number Diff line number Diff line change 11# Calendar URLs
2- ICS_URL_SONARR_1 = https://sonarr.example.com/feed/v3/calendar/Sonarr.ics?apikey=1234567890abcdef1234567890abcdef
2+ ICS_URL_SONARR_1 = https://sonarr.example.com/feed/v3/calendar/Sonarr.ics?apikey=XXXXXXXXXXXXXXXXXXXXXXXX
33
4- ICS_URL_SONARR_2 = https://sonarr-anime.example.com/feed/v3/calendar/Sonarr.ics?apikey=1234567890abcdef1234567890abcdef
4+ ICS_URL_SONARR_2 = https://sonarr-anime.example.com/feed/v3/calendar/Sonarr.ics?apikey=XXXXXXXXXXXXXXXXXXXXXXXX
55
6- ICS_URL_RADARR_1 = https://radarr.example.com/feed/v3/calendar/Radarr.ics?apikey=1234567890abcdef1234567890abcdef
6+ ICS_URL_RADARR_1 = https://radarr.example.com/feed/v3/calendar/Radarr.ics?apikey=XXXXXXXXXXXXXXXXXXXXXXXX
77
8- ICS_URL_RADARR_2 = https://radarr-4k.example.com/feed/v3/calendar/Radarr.ics?apikey=1234567890abcdef1234567890abcdef
8+ ICS_URL_RADARR_2 = https://radarr-4k.example.com/feed/v3/calendar/Radarr.ics?apikey=XXXXXXXXXXXXXXXXXXXXXXXX
99
1010# Webhook URLs
11- DISCORD_WEBHOOK_URL = https://discord.com/api/webhooks/1234567190123457890/abcdefghijklmnoPQRSTuvwxYz0123456789abcdefgHIJKLMNopqrstuvwxyz
11+ DISCORD_WEBHOOK_URL = https://discord.com/api/webhooks/1234567190123457890/XXXXXXXXXXXXXXXXXXXXXXXX
1212
1313SLACK_WEBHOOK_URL = https://hooks.slack.com/services/T00000000/B00000000/XXXXXXXXXXXXXXXXXXXXXXXX
Original file line number Diff line number Diff line change @@ -9,3 +9,4 @@ __pycache__
99** /.venv /
1010.venv /*
1111.venv /**
12+ ! .env.example
You can’t perform that action at this time.
0 commit comments