Commit bf871f2e970f3f0de4a3717d38c81e4cc3e45cf6

Authored by Andrew Kane
1 parent 45c946df

Updated instructions [skip ci]

Showing 1 changed file with 2 additions and 3 deletions   Show diff stats
README.md
... ... @@ -1038,8 +1038,7 @@ 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.
1042   -Also, verify your port number in your dashboard, It sould be `9243`
  1041 +Visit the Shield page and reset your password. You’ll need to add the username and password to your url. Also, verify the port number on the Overview page.
1043 1042  
1044 1043 Get the existing url with:
1045 1044  
... ... @@ -1047,7 +1046,7 @@ Get the existing url with:
1047 1046 heroku config:get FOUNDELASTICSEARCH_URL
1048 1047 ```
1049 1048  
1050   -And add `elastic:password@` right after `https://`, add the port at the end:
  1049 +And add `elastic:password@` right after `https://` and add the port at the end:
1051 1050  
1052 1051 ```sh
1053 1052 heroku config:set ELASTICSEARCH_URL=https://elastic:password@12345.us-east-1.aws.found.io:9243
... ...