Sha256: 9cbabfd82349c6be73f81a8033f7b8bf0d0241627924fe71a0ddcda1eef50483

Contents?: true

Size: 582 Bytes

Versions: 5

Compression:

Stored size: 582 Bytes

Contents

env:
  production: awesomeapp
  staging: awesomeapp-staging

stacks: 
  staging: bamboo-ree-1.8.7

config:
  production: 
    CONFIG_VAR1: "config1-production"
  staging:
    CONFIG_VAR1: "config1-staging"
    STAGING_CONFIG: "special-staging"

collaborators:
  staging:
    - "staging-user@somedomain.com"
  production:
    - "production-user@somedomain.com"

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

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

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
heroku-rails-saas-0.1.4 spec/fixtures/awesomeapp.yml
heroku-rails-saas-0.1.3 spec/fixtures/awesomeapp.yml
heroku-rails-saas-0.1.2 spec/fixtures/awesomeapp.yml
heroku-rails-saas-0.1.1 spec/fixtures/awesomeapp.yml
heroku-rails-saas-0.1.0 spec/fixtures/awesomeapp.yml