Skip to content

Commit

Permalink
Update settings.ini.j2
Browse files Browse the repository at this point in the history
  • Loading branch information
MrDoobPG authored and MrDoobPG committed Nov 25, 2019
1 parent b3794c8 commit 6e6a011
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions menu/roles/plexpatrol/templates/settings.ini.j2
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ DEBUG = false
# plex server url (e.g. http://ip:32400 or https://plex.reverse-proxy.com)
SERVER_URL = http://{{ipaddress.stdout}}:32400
# plex token for server
SERVER_TOKEN = {{plextoken.stdout}}
SERVER_TOKEN = {{plex_auth_token.stdout}}
# name of server (does not matter, its used in the logs)
SERVER_NAME = {{serverid.stdout}}
# how often to check the active streams in seconds
Expand Down Expand Up @@ -32,6 +32,6 @@ KICK_PAUSED_MESSAGE = User can pause a stream for only {{kickminutes.stdout}} mi
KICK_4K_TRANSCODE_MESSAGE = You are not allowed to transcode 4K content, fix your settings!
KICK_TRANSCODE_MESSAGE = You are not allowed to transcode streams, use a better client!
KICK_PLAYER_MESSAGE = You are not allowed to use this trash player. Use the official software from www.plex.tv/downloads -> Get An App!!!
KICK_MULTI_IP_MESSAGE = You are not allowed to stream from more than 1 IP address!
KICK_MULTI_IP_MESSAGE = You are not allowed to stream from more than {{multipleips.stdout}} IP address!
# user list seperated by a , who are immune from all kicks
WHITELISTED_USERS = {{user.stdout}}

0 comments on commit 6e6a011

Please sign in to comment.