update secret to envvar
This commit is contained in:
parent
d3bf8f37f2
commit
e32d22e701
1 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
||||||
sonarr:
|
sonarr:
|
||||||
series:
|
series:
|
||||||
base_url: https://sonarr.local.mafyuh.dev
|
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
|
delete_old_custom_formats: true
|
||||||
replace_existing_custom_formats: true
|
replace_existing_custom_formats: true
|
||||||
|
@ -38,7 +38,7 @@ sonarr:
|
||||||
radarr:
|
radarr:
|
||||||
radarr_main:
|
radarr_main:
|
||||||
base_url: https://radarr.local.mafyuh.dev
|
base_url: https://radarr.local.mafyuh.dev
|
||||||
api_key: !secret RADARR_API_KEY
|
api_key: !env_var RADARR_API_KEY
|
||||||
|
|
||||||
# Custom Format Configuration
|
# Custom Format Configuration
|
||||||
delete_old_custom_formats: true
|
delete_old_custom_formats: true
|
||||||
|
|
Reference in a new issue