Sha256: 0a2178961e8ced2646bef6a7da5b8f9c18e03378d8f636b582fabef371b3a46f

Contents?: true

Size: 1.38 KB

Versions: 4

Compression:

Stored size: 1.38 KB

Contents

# Configuration settings for specific apps and thier environments should be located here
# 'config/heroku/' and named appropiately they will be merged with the rest of the 
# configuration settings

# The following is an example config file 'config/heroku/awesomeapp.yml'
# which map the apps and associated environments to your desired heroku app names
# for example,
#   awesomeapp:staging
# would create the RACK_ENV=staging
# and deploy to http://awesomeapp-staging.heroku.com

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

# stacks:
#   bamboo-mri-1.9.2

# production:
#   CONFIG_VAR1: "config1-production"

# collaborators
#   - "awesomeapp@somedomain.com"

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

# production:
#   - ssl:piggyback
#   - cron:daily
#   - newrelic:bronze

# scale:
#   production:
#     web: 2
#     worker: 1


# The following are configuration settings formally under the :all key
# for all apps and thier environments
config:
  BUNDLE_WITHOUT: "test:development"
  CONFIG_VAR1: "config1"
  CONFIG_VAR2: "config2"

# Be sure to add yourself as a collaborator, otherwise your
# access to the app will be revoked.
collaborators:
  - "my-heroku-email@somedomain.com"
  - "another-heroku-email@somedomain.com"

addons:
  - scheduler:standard
  # add any other addons here

scale:
  web: 1
  worker: 0

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
heroku-rails-saas-1.0.3 lib/generators/templates/heroku.yml
heroku-rails-saas-1.0.2 lib/generators/templates/heroku.yml
heroku-rails-saas-0.1.7 lib/generators/templates/heroku.yml
heroku-rails-saas-0.1.5 lib/generators/templates/heroku.yml