mirror of
https://github.com/mjrode/WhatToWatch.git
synced 2025-12-30 01:59:39 -06:00
Heroku fix
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
const plexConfig = {
|
||||
ip: 'http://192.168.0.44',
|
||||
plexUrl: 'https://plex.mjrflix.com',
|
||||
plexUrl: process.env.PLEX_URL,
|
||||
plexApiUrl: 'https://plex.tv/api',
|
||||
token: process.env.PLEX_API_TOKEN,
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user