.end.develop Updated
This commit is contained in:
parent
e02f93e57f
commit
d523f0bd93
@ -3,4 +3,9 @@ NODE_PORT=8085
|
||||
LOCAL_PORT=8085
|
||||
IMAGE_VERSION=0.0.1
|
||||
IMAGE_NAME="image-name"
|
||||
CONTAINER_NAME="container-name"
|
||||
CONTAINER_NAME="container-name"
|
||||
|
||||
ES_PORT=9200
|
||||
ES_IMAGE_VERSION=8.3.2
|
||||
ES_IMAGE_NAME="image-name"
|
||||
ES_CONTAINER_NAME="container-name"
|
@ -11,6 +11,7 @@ export class SearchService {
|
||||
constructor(private readonly httpService: HttpService) {}
|
||||
|
||||
private readonly ES_PORT = process.env.ES_PORT;
|
||||
|
||||
/**
|
||||
* Finds a paper by its own ID
|
||||
* @param uuid
|
||||
|
Loading…
x
Reference in New Issue
Block a user