test/dummy/config/astrochimp.yml in astrochimp-0.1.0 vs test/dummy/config/astrochimp.yml in astrochimp-0.1.2
- old
+ new
@@ -1,16 +1,17 @@
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
+ 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!
+ signup_success_notice : "Thanks! We'll drop you a line when we launch!"
+ splash_layout : "astrochimp"
development:
<<: *defaults
test: