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" -} diff --git a/src/config.json.example b/src/config.json.example index 293174d..687ef40 100644 --- a/src/config.json.example +++ b/src/config.json.example @@ -1,5 +1,5 @@ { - "SEASONED_URL": "http://localhost:31459/api", + "SEASONED_URL": "http://localhost:31459/api/", "ELASTIC_URL": "http://localhost:9200", "ELASTIC_INDEX": "shows,movies" }