config/cnf.yml in bonethug-0.0.66 vs config/cnf.yml in bonethug-0.0.67

- old
+ new

@@ -1,8 +1,8 @@ deploy: common: - project_type: rails3 | rails4 | silverstripe3 | drupal | php | sinatra + project_type: rails3 | rails4 | silverstripe3 | drupal6 | drupal7 | drupal8 | php | sinatra base_dir: /var/www repository: git@gitlab..... project_slug: tradespot default_branch: master domain: domain.com @@ -97,23 +97,26 @@ secure: tls charset_encoding: utf-8 port: 587 apache: development: + version: 2.4 server_name: development.domain.local server_aliases: - www.development.domain.local env_vars: RAILS_ENV: development APPLICATION_ENV: development staging: + version: 2.2 server_name: staging.domain.com server_aliases: - www.staging.domain.com env_vars: RAILS_ENV: staging APPLICATION_ENV: staging production: + version: 2.4 server_name: production.domain.com server_aliases: - www.production.domain.com server_admin: dev@domain.com env_vars: \ No newline at end of file