Commit a763e06675b0273f6b3e8cef9ce700cb4aaf2895

Authored by Andrew Kane
1 parent d86049a6

Updated instructions [skip ci]

Showing 1 changed file with 2 additions and 2 deletions   Show diff stats
README.md
... ... @@ -1038,13 +1038,13 @@ heroku addons:create foundelasticsearch
1038 1038 heroku addons:open foundelasticsearch
1039 1039 ```
1040 1040  
1041   -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:
  1041 +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:
1042 1042  
1043 1043 ```sh
1044 1044 heroku config:get FOUNDELASTICSEARCH_URL
1045 1045 ```
1046 1046  
1047   -And add `elastic:password@` right after `https://` and add the port at the end:
  1047 +And add `elastic:password@` right after `https://` and add port `9243` at the end:
1048 1048  
1049 1049 ```sh
1050 1050 heroku config:set ELASTICSEARCH_URL=https://elastic:password@12345.us-east-1.aws.found.io:9243
... ...