update secret to envvar

This commit is contained in:
Matt Reeves 2025-02-18 00:33:16 -05:00
parent d3bf8f37f2
commit e32d22e701

View file

@ -1,7 +1,7 @@
sonarr:
series:
base_url: https://sonarr.local.mafyuh.dev
api_key: !secret SONARR_API_KEY
api_key: !env_var SONARR_API_KEY
delete_old_custom_formats: true
replace_existing_custom_formats: true
@ -38,7 +38,7 @@ sonarr:
radarr:
radarr_main:
base_url: https://radarr.local.mafyuh.dev
api_key: !secret RADARR_API_KEY
api_key: !env_var RADARR_API_KEY
# Custom Format Configuration
delete_old_custom_formats: true