From a763e06675b0273f6b3e8cef9ce700cb4aaf2895 Mon Sep 17 00:00:00 2001 From: Andrew Kane Date: Sat, 25 May 2019 15:09:07 -0700 Subject: [PATCH] Updated instructions [skip ci] --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b8abcb4..f028258 100644 --- a/README.md +++ b/README.md @@ -1038,13 +1038,13 @@ heroku addons:create foundelasticsearch heroku addons:open foundelasticsearch ``` -Visit the Shield page and reset your password. You’ll need to add the username and password to your url. Also, get the port number from the Overview page. Get the existing url with: +Visit the Shield page and reset your password. You’ll need to add the username and password to your url. Get the existing url with: ```sh heroku config:get FOUNDELASTICSEARCH_URL ``` -And add `elastic:password@` right after `https://` and add the port at the end: +And add `elastic:password@` right after `https://` and add port `9243` at the end: ```sh heroku config:set ELASTICSEARCH_URL=https://elastic:password@12345.us-east-1.aws.found.io:9243 -- libgit2 0.21.0