Sha256: ba8c33d6845ad6e13d5b66fefe0b893c596f1602971d854e649e3e55449144df
Contents?: true
Size: 665 Bytes
Versions: 2
Compression:
Stored size: 665 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 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-0.1.7 | spec/fixtures/awesomeapp.yml |
heroku-rails-saas-0.1.5 | spec/fixtures/awesomeapp.yml |