Sha256: 0e72fa003f77a67638ff63ce536e2409ab6eff0c37510eda71c2a067d12d51fb

Contents?: true

Size: 1.16 KB

Versions: 15

Compression:

Stored size: 1.16 KB

Contents

#
# The mailer_sender is set as the reply address for all notification emails.
#
# Set madmimi_username and madmimi_api_key to your MadMimi account username
# and API key.
#
# The impersonation_hash is used to secure user impersonations. Set it to
# a long, random hash.
#
# To turn on Facebook Connect, set use_facebook_connect to true.
#
# If you are using Facebook Connect, you'll need to provide your
# application's API and secret keys from your Facebook application
# settings at http://facebook.com/developers.
#

development:
  mailer_sender: donotreply@example.com
  madmimi_username: 
  madmimi_api_key: 
  impersonation_hash: 
  use_facebook_connect: false
  use_delayed_job: $delayed_job
  facebook_api_key: 
  facebook_secret_key: 

test:
  mailer_sender: donotreply@example.com
  madmimi_username: 
  madmimi_api_key: 
  impersonation_hash: 
  use_facebook_connect: false
  use_delayed_job: $delayed_job
  facebook_api_key: 
  facebook_secret_key: 

production:
  mailer_sender: donotreply@example.com
  madmimi_username: 
  madmimi_api_key: 
  impersonation_hash: 
  use_facebook_connect: false
  use_delayed_job: $delayed_job
  facebook_api_key: 
  facebook_secret_key: 

Version data entries

15 entries across 15 versions & 1 rubygems

Version Path
headstart-0.7.0 generators/headstart/templates/headstart.yml
headstart-0.6.2 generators/headstart/templates/headstart.yml
headstart-0.6.1 generators/headstart/templates/headstart.yml
headstart-0.6.0 generators/headstart/templates/headstart.yml
headstart-0.5.5 generators/headstart/templates/headstart.yml
headstart-0.5.4 generators/headstart/templates/headstart.yml
headstart-0.5.3 generators/headstart/templates/headstart.yml
headstart-0.5.2 generators/headstart/templates/headstart.yml
headstart-0.5.1 generators/headstart/templates/headstart.yml
headstart-0.5.0 generators/headstart/templates/headstart.yml
headstart-0.4.2 generators/headstart/templates/headstart.yml
headstart-0.4.1 generators/headstart/templates/headstart.yml
headstart-0.4.0 generators/headstart/templates/headstart.yml
headstart-0.3.0 generators/headstart/templates/headstart.yml
headstart-0.1.0 generators/headstart/templates/headstart.yml