Skip to content

Commit

Permalink
Add section about Heroku environment variables configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
potomak committed Mar 22, 2012
1 parent c98715d commit e84890d
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions README.md
Expand Up @@ -4,6 +4,22 @@ A countdown timer app.

## Build Status [![Build Status](https://secure.travis-ci.org/hackatron/sveglia.png?branch=master)](http://travis-ci.org/hackatron/sveglia)

## Production environment configuration

Set production environment

```bash
$ heroku config:add GOLIATH_ENV=production
```

Set production Pusher's configuration

```bash
$ heroku config:add PUSHER_APP_ID=app_id PUSHER_KEY=key PUSHER_SECRET=secret
```

replacing `app_id`, `key` and `secret` with your app's configuration details.

## Notes

To start app server run
Expand Down

0 comments on commit e84890d

Please sign in to comment.