From 8ece7b84c41a5b5bc31874cf787c61e4b1dc0fe0 Mon Sep 17 00:00:00 2001 From: KevinMidboe Date: Tue, 30 Oct 2018 20:38:05 +0100 Subject: [PATCH] test configuration also gets plex ip parameter. --- seasoned_api/conf/test.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/seasoned_api/conf/test.json b/seasoned_api/conf/test.json index cc7b8fc..8f4af80 100644 --- a/seasoned_api/conf/test.json +++ b/seasoned_api/conf/test.json @@ -8,6 +8,9 @@ "tmdb": { "apiKey": "bogus-api-key" }, + "plex": { + "ip": "0.0.0.0" + }, "raven": { "DSN": "" },