From 21710ee492b025460c637413927377ac32de0d3f Mon Sep 17 00:00:00 2001 From: Rainer Killinger Date: Tue, 14 Apr 2020 12:46:46 +0200 Subject: [PATCH] docs: remove outdated info --- README.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/README.md b/README.md index 8760d875..3b15cbbb 100644 --- a/README.md +++ b/README.md @@ -100,8 +100,4 @@ scheme: `elasticsearch-.ts`. Set `ES_DEBUG=true` to enable verbose Elasticsearch tracing information. This can be useful to debug some issues between backend and elasticsearch. -## Setting a different url for elasticsearch -Set `ES_PORT_9200_TCP_ADDR` to change the elasticsearch-http-address which by default is `localhost`. -Set `ES_PORT_9200_TCP_PORT` to change the elasticsearch port which by default is `9200` . - ## [Contributing](https://gitlab.com/openstapps/projectmanagement/blob/master/CONTRIBUTING.md)