Files
JellyPlex-Watched/.env.sample
2022-05-23 14:00:51 -06:00

20 lines
524 B
Plaintext

DRYRUN = "True"
DEBUG = "True"
SLEEP_DURATION = "3600"
LOGFILE = "log.log"
#USER_MAPPING = { "testuser2": "testuser3" }
#LIBRARY_MAPPING = { "Shows": "TV Shows" }
PLEX_BASEURL = "http://localhost:32400"
PLEX_TOKEN = "SuperSecretToken"
#PLEX_USERNAME = ""
#PLEX_PASSWORD = ""
JELLYFIN_BASEURL = "http://localhost:8096"
JELLYFIN_TOKEN = "SuperSecretToken"
#BLACKLIST_LIBRARY = ""
#WHITELIST_LIBRARY = ""
#BLACKLIST_LIBRARY_TYPE = ""
#WHITELIST_LIBRARY_TYPE = ""
#BLACKLIST_USERS = ""
WHITELIST_USERS = "testuser1,testuser2"