first commit

This commit is contained in:
2021-12-06 15:02:14 +01:00
commit 216a001f60
6 changed files with 65 additions and 0 deletions

0
config/__init__.py Normal file
View File

Binary file not shown.

Binary file not shown.

6
config/config.py Normal file
View File

@ -0,0 +1,6 @@
class Config(object):
tmdbApiKey = '41d05b7a36ba961740f7c05cc4ef634b'
tmdbLanguage = 'fr-FR'
tmdbApiUrl = 'https://api.themoviedb.org/3/search/'
plexBaseUrl = 'https://plex.rouggy.ovh'
plexToken = 'VeQQwtf-sNtWWLwzCEih'