Sha256: b291589b6963353dd69927c7dd997d5c26469bd3fdb33d4950bbf7a6faf506b3

Contents?: true

Size: 1.3 KB

Versions: 5

Compression:

Stored size: 1.3 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


# 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

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
heroku-rails-saas-0.1.4 lib/generators/templates/heroku.yml
heroku-rails-saas-0.1.3 lib/generators/templates/heroku.yml
heroku-rails-saas-0.1.2 lib/generators/templates/heroku.yml
heroku-rails-saas-0.1.1 lib/generators/templates/heroku.yml
heroku-rails-saas-0.1.0 lib/generators/templates/heroku.yml