Merge pull request #3 from luigi311/dev

Add LOGFILE to sample
This commit is contained in:
Luigi311
2022-05-23 07:25:36 +00:00
committed by GitHub

View File

@@ -1,5 +1,6 @@
DRYRUN = "True" DRYRUN = "True"
SLEEP_DURATION = "3600" SLEEP_DURATION = "3600"
LOGFILE = "log.log"
PLEX_BASEURL = "http://localhost:32400" PLEX_BASEURL = "http://localhost:32400"
PLEX_TOKEN = "SuperSecretToken" PLEX_TOKEN = "SuperSecretToken"