2021-12-06 21:02:14 +07:00
|
|
|
class Config(object):
|
|
|
|
tmdbApiKey = '41d05b7a36ba961740f7c05cc4ef634b'
|
|
|
|
tmdbLanguage = 'fr-FR'
|
|
|
|
tmdbApiUrl = 'https://api.themoviedb.org/3/search/'
|
2021-12-07 15:18:13 +07:00
|
|
|
tmdbImgUrl = 'https://image.tmdb.org/t/p/w500'
|
2021-12-06 21:02:14 +07:00
|
|
|
plexBaseUrl = 'https://plex.rouggy.ovh'
|
|
|
|
plexToken = 'VeQQwtf-sNtWWLwzCEih'
|
2021-12-08 17:24:29 +07:00
|
|
|
PlexAutoCollectionConfigFilePath = '/opt/Plex-Auto-Collections/config/config.yml'
|