.end.develop Updated

This commit is contained in:
danny-mhlv 2022-08-02 15:35:33 +03:00
parent e02f93e57f
commit d523f0bd93
2 changed files with 7 additions and 1 deletions

View File

@ -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"

View File

@ -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