Commit e04e38ab1eaeac19b120f2cdc433495a5e676e9b

Authored by Andrew
1 parent 27b0cc98

Removed quoting [skip ci]

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
README.md
... ... @@ -1080,7 +1080,7 @@ heroku config:get FOUNDELASTICSEARCH_URL
1080 1080 And add `elastic:password@` right after `https://`:
1081 1081  
1082 1082 ```sh
1083   -heroku config:set ELASTICSEARCH_URL=`https://elastic:password@12345.us-east-1.aws.found.io`
  1083 +heroku config:set ELASTICSEARCH_URL=https://elastic:password@12345.us-east-1.aws.found.io
1084 1084 ```
1085 1085  
1086 1086 Then deploy and reindex:
... ...