From 78635ea3fa9a61ac4801010ac4858c2823adecfc Mon Sep 17 00:00:00 2001 From: Noelle Date: Tue, 29 Jun 2021 13:36:10 +0100 Subject: [PATCH] remove outdated information --- README.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/README.md b/README.md index 1b138302..ad4b4f15 100644 --- a/README.md +++ b/README.md @@ -27,10 +27,6 @@ environment variables, or with a link to a configuration guide. | GRACEFUL_SHUTDOWN_TIMEOUT | 5s | The graceful shutdown timeout in seconds (`time.Duration` format) | SIGN_ELASTICSEARCH_REQUESTS | false | Boolean flag to identify whether elasticsearch requests via elastic API need to be signed if elasticsearch cluster is running in aws -## Releasing - -To package up the API uses `make package` - ### Contributing See [CONTRIBUTING](CONTRIBUTING.md) for details.