Skip to content

Commit

Permalink
Use False consistently in autoProcess.ini.
Browse files Browse the repository at this point in the history
  • Loading branch information
nzbjamz committed Feb 1, 2017
1 parent 4802167 commit 5b452e5
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions autoProcess.ini.sample
Original file line number Diff line number Diff line change
Expand Up @@ -4,21 +4,21 @@ port = 8081
username =
password =
web_root =
ssl = 0
ssl = False
api_key =

[Sonarr]
host = localhost
port = 8989
web_root =
ssl = 0
ssl = False
apikey =

[Radarr]
host = localhost
port = 7878
web_root =
ssl = 0
ssl = False
apikey =

[MP4]
Expand Down Expand Up @@ -69,11 +69,11 @@ port = 5050
username =
password =
web_root =
ssl = 0
ssl = False
apikey =
delay = 65
method = renamer
delete_failed = 0
delete_failed = False

[uTorrent]
convert =
Expand Down Expand Up @@ -118,7 +118,7 @@ port = 8081
username =
password =
web_root =
ssl = 0
ssl = False
api_key =

[Plex]
Expand Down

0 comments on commit 5b452e5

Please sign in to comment.