Sha256: 72c40f9299d29e243fde67bce2749e08b1e530d96aa4edccdf46ea4d33eaba7f

Contents?: true

Size: 657 Bytes

Versions: 4

Compression:

Stored size: 657 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"

development:
  <<: *defaults

test:
  <<: *defaults

production:
  <<: *defaults

Version data entries

4 entries across 2 versions & 1 rubygems

Version Path
astrochimp-0.1.3 config/astrochimp.example.yml
astrochimp-0.1.3 test/dummy/config/astrochimp.yml
astrochimp-0.1.2 config/astrochimp.example.yml
astrochimp-0.1.2 test/dummy/config/astrochimp.yml