Sha256: 5283dbd02f2c71601dd7788f58c7c3578b5637b338e132c12f08e10f50ad175e

Contents?: true

Size: 759 Bytes

Versions: 2

Compression:

Stored size: 759 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"

region:
  staging: "UK"
  production: "EU"

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

scale:
  production:
    web: 3
    worker: 2
  staging:
    web: 2
    worker: 1

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
heroku-rails-saas-1.0.3 spec/fixtures/awesomeapp.yml
heroku-rails-saas-1.0.2 spec/fixtures/awesomeapp.yml