Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
d4rkfella committed Dec 8, 2024
1 parent 8b9d6b5 commit a973844
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ spec:
matchMode: "safe",
outputDir: "/config",
port: 8080,
qbittorrentUrl: "http://{{ .QBITTORRENT_USERNAME }:{{ .QBITTORRENT_PASSWORD }@localhost",
qbittorrentUrl: "http://{{ .QBITTORRENT_USERNAME }}:{{ .QBITTORRENT_PASSWORD }}@localhost",
radarr: ["https://radarr.${PUBLIC_DOMAIN}/?apikey={{ .RADARR_API_KEY }}"],
skipRecheck: true,
sonarr: ["https://sonarr.${PUBLIC_DOMAIN}/?apikey={{ .SONARR_API_KEY }}"],
Expand Down

0 comments on commit a973844

Please sign in to comment.