generators/config/templates/default.yml in howitzer-1.0.1 vs generators/config/templates/default.yml in howitzer-1.0.2

- old
+ new

@@ -17,11 +17,11 @@ ########################################################### # TEST ENVIRONMENTS SETTINGS # ########################################################### - # Specify one of the following drivers: selenium, selenium_dev, webkit, poltergeist, sauce, testingbot + # Specify one of the following drivers: selenium, selenium_dev, webkit, poltergeist, phantomjs, sauce, testingbot driver: poltergeist # -Selenium- # specify one of next browsers: iexplore (ie), firefox (ff), chrome, opera sel_browser: ff @@ -72,23 +72,13 @@ rawler_xml_log: rawler_log.xml add_rawler_html_log: false # not implemented yet rawler_html_log: rawler_log.html # not implemented yet ########################################################### -# MAIL SETTINGS # +# MAILGUN SETTINGS # ########################################################### - mail_smtp_server: smtp.demo.com - mail_smtp_port: 25 - mail_smtp_domain: demo.com - mail_smtp_user_name: test_user - mail_smtp_user_pass: mypass - - mail_pop3_server: pop.demo.com - mail_pop3_port: 995 - mail_pop3_timeout: 120 - mail_pop3_domain: ${mail_smtp_domain} - mail_pop3_user_name: test_user - mail_pop3_user_pass: mypass + mailgun_key: mailgun_account_private_key + mailgun_domain: mailgun_domain_with_stored_method ############################################################ # TIMEOUTS # ############################################################ timeout_tiny: 1