mirror of
https://github.com/KevinMidboe/seasoned.git
synced 2026-03-10 19:39:10 +00:00
Elastic index for api searches for movie and show titles moved to ELASTIC_INDEX variable in config
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
{
|
||||
"SEASONED_URL": "http://localhost:31459/api",
|
||||
"ELASTIC_URL": "http://localhost:9200"
|
||||
"ELASTIC_URL": "http://localhost:9200",
|
||||
"ELASTIC_INDEX": "shows,movies"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user