This commit is contained in:
2022-11-21 15:48:09 +07:00
parent bda3bcd671
commit abe2c84747
2 changed files with 7 additions and 7 deletions

@ -3,8 +3,8 @@ class Config(object):
tmdbLanguage = 'fr-FR'
tmdbApiUrl = 'https://api.themoviedb.org/3/search/'
tmdbImgUrl = 'https://image.tmdb.org/t/p/w500'
plexBaseUrl = 'https://plex.rouggy.ovh'
plexBaseUrl = 'https://plex.rouggy.com'
plexToken = 'VeQQwtf-sNtWWLwzCEih'
PlexAutoCollectionConfigFilePath = '/opt/Plex-Auto-Collections/config/config.yml'
PlexAutoCollectionConfigFilePath4K = '/opt/Plex-Auto-Collections/config/config-4k.yml'
PlexAutoCollectionConfigFileImagesPath = '/opt/Plex-Auto-Collections/config/images'
PlexAutoCollectionConfigFilePath = '/opt/Plex-Meta-Manager/config/Movies.yml'
PlexAutoCollectionConfigFilePath4K = '/opt/Plex-Meta-Manager/config/4K-Movies.yml'
PlexAutoCollectionConfigFileImagesPath = '/opt/Plex-Meta-Manager/config/assets'