Skip to content

Commit

Permalink
Tweaked README
Browse files Browse the repository at this point in the history
  • Loading branch information
Jacques Crocker committed Nov 2, 2010
1 parent 3d0f14b commit ca5edb3
Showing 1 changed file with 40 additions and 0 deletions.
40 changes: 40 additions & 0 deletions README.md
Expand Up @@ -43,6 +43,46 @@ Then edit config/heroku.yml with your project's heroku configurations. To persis

This will create the heroku apps you have defined, and create the settings for each.

### Example Configuration File

apps:
production: awesomeapp
staging: awesomeapp-staging
legacy: awesomeapp-legacy

stacks:
all: bamboo-mri-1.9.2
legacy: bamboo-ree-1.8.7

config:
all:
BUNDLE_WITHOUT: "test development"
production:
MONGODB_URI: "mongodb://[username:password@]host1[:port1][/database]"
staging:
MONGODB_URI: "mongodb://[username:password@]host1[:port1][/database]"

collaborators:
all:
- "heroku1@somedomain.com"
- "heroku2@somedomain.com"

domains:
production:
- "awesomeapp.com"
- "www.awesomeapp.com"

addons:
all:
- newrelic:bronze
# add any other addons here

production:
- ssl:piggyback
- cron:hourly
# list production env specific addons here


## Usage

After configuring your Heroku apps you can use rake tasks to control the
Expand Down

0 comments on commit ca5edb3

Please sign in to comment.