mirror of
https://github.com/KevinMidboe/seasoned.git
synced 2026-03-10 03:19:32 +00:00
Renamed elastic index variable
This commit is contained in:
@@ -5,7 +5,7 @@ import path from 'path'
|
|||||||
|
|
||||||
const SEASONED_URL = config.SEASONED_URL
|
const SEASONED_URL = config.SEASONED_URL
|
||||||
const ELASTIC_URL = config.ELASTIC_URL
|
const ELASTIC_URL = config.ELASTIC_URL
|
||||||
const ELASTIC_SEARCH_INDEX = config.ELASTIC_INDEX
|
const ELASTIC_INDEX = config.ELASTIC_INDEX
|
||||||
|
|
||||||
// TODO
|
// TODO
|
||||||
// - Move autorization token and errors here?
|
// - Move autorization token and errors here?
|
||||||
|
|||||||
Reference in New Issue
Block a user