Add config example and instructions in readme

This commit is contained in:
FoxxMD 2020-11-18 19:36:07 -05:00
parent 554327d8d0
commit c398c3f97f
2 changed files with 17 additions and 5 deletions

4
config/plex.json.example Normal file
View file

@ -0,0 +1,4 @@
{
"user": "username@email.com", // user may be a single username
"user": ["username@gmail.com","anotherUser@gmail.com"] // or it may be an array of usernames
}