Skip to content

Commit

Permalink
Merge pull request #16 from tatiana-perry/patch-1
Browse files Browse the repository at this point in the history
Update config variable plugin
  • Loading branch information
bookernath committed Mar 21, 2018
2 parents 326295d + 6b90313 commit f551543
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -57,7 +57,7 @@ the toolbelt. See [Heroku][toolbelt] for details._
* Create a new Heroku app: `heroku create <appname>`
* Push the project to Heroku: `git push heroku master -u`
* Set `APP_URL` in .env to `https://<appname>.herokuapp.com`
* Add the `heroku-config` plugin: `heroku plugins:install git://github.com/ddollar/heroku-config.git`
* Add the `heroku-config` plugin: `heroku plugins:install heroku-config`
* Push the local environment variables to heroku: `heroku config:push`

In the [BigCommerce Developer Portal][devportal], you'll need to update the app's callback URLs:
Expand Down

0 comments on commit f551543

Please sign in to comment.