Sha256: 47865c94d7082df195e964bdda5fe57791ea6c9014f85ee264ae792ce9a01a96

Contents?: true

Size: 811 Bytes

Versions: 1

Compression:

Stored size: 811 Bytes

Contents

defaults: &defaults
  name                  : "Awesome Startup"
  company               : "Company, LLC"
  company_url           : "http://mailchimp.com"
  twitter_user          : "Brightbit"
  facebook_url          : "http://www.facebook.com/brightbit"
  google_analytics_code : 
  mailchimp_list_id     : 
  mailchimp_api_key     : 
  email_format          : "html"
  email_double_optin    : false # true will require user to confirm their email address
  signup_success_notice : "Thanks! We'll drop you a line when we launch!"
  splash_layout         : "astrochimp"
  mail_from             : "from@example.com"
  mail_subject          : "You have successfully signed up for Astrochimp"
  host                  : "example.com"

development:
  <<: *defaults

test:
  <<: *defaults

production:
  <<: *defaults

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
astrochimp-0.2.0 config/astrochimp.example.yml