Sha256: 904d21e15a467f18ffdfa38f91666c83e8f3e8a33ad0188a1d33b5f139a8afac

Contents?: true

Size: 814 Bytes

Versions: 6

Compression:

Stored size: 814 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                  : "localhost:3000"

development:
  <<: *defaults

test:
  <<: *defaults

production:
  <<: *defaults

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
astrochimp-0.2.5 test/dummy/config/astrochimp.yml
astrochimp-0.2.4 test/dummy/config/astrochimp.yml
astrochimp-0.2.3 test/dummy/config/astrochimp.yml
astrochimp-0.2.2 test/dummy/config/astrochimp.yml
astrochimp-0.2.1 test/dummy/config/astrochimp.yml
astrochimp-0.2.0 test/dummy/config/astrochimp.yml