Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update config-template.yaml: Enable top level keys #188

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions src/main/resources/config-template.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
## Watchlistarr Configuration
## Uncomment the lines you would like to configure, then save this file and restart Watchlistarr

#interval:
interval:
## How often do you want Watchlistarr to pull the latest from Plex? In general, 10-30 seconds is okay.
## If you're running this on a slower system (e.g. Raspberry Pi), you may want to increase this
## Note: If you do not have Plex Pass, this will be overridden to ~19 minute syncs, see README
Expand All @@ -12,7 +12,7 @@
## Sonarr Configuration
#################################################################

#sonarr:
sonarr:
## Base URL for Sonarr, including the 'http' and port and any configured urlbase. DEFAULT: "localhost:8989"
# baseUrl: "127.0.0.1:8989"

Expand Down Expand Up @@ -41,7 +41,7 @@
## Radarr Configuration
#################################################################

#radarr:
radarr:
## Base URL for Radarr, including the 'http' and port and any configured urlbase. DEFAULT: "localhost:7878"
# baseUrl: "127.0.0.1:7878"

Expand All @@ -66,7 +66,7 @@
## Plex Configuration
#################################################################

#plex:
plex:
## Multiple tokens can be provided
# token: "YOUR-PLEX-TOKEN"

Expand All @@ -79,7 +79,7 @@
#################################################################

## WARNING: This WILL delete your content off Sonarr/Radarr INCLUDING files if
#delete:
delete:
## If enabled, movies that are not watchlisted will be deleted from Radarr. DEFAULT: false
# movie: false

Expand Down
Loading