From 0f515d0acb341fe2afd83beb28935c68316d387b Mon Sep 17 00:00:00 2001 From: KevinMidboe Date: Fri, 28 Jun 2019 18:07:40 +0200 Subject: [PATCH] No longer track config file --- src/config.json | 5 ----- 1 file changed, 5 deletions(-) delete mode 100644 src/config.json diff --git a/src/config.json b/src/config.json deleted file mode 100644 index 293174d..0000000 --- a/src/config.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "SEASONED_URL": "http://localhost:31459/api", - "ELASTIC_URL": "http://localhost:9200", - "ELASTIC_INDEX": "shows,movies" -}