config/cnf.yml in bonethug-0.0.24 vs config/cnf.yml in bonethug-0.0.25

- old
+ new

@@ -1,8 +1,8 @@ deploy: common: - project_type: rails3 | silverstripe3 | drupal | php | sinatra + project_type: rails3 | rails4 | silverstripe3 | drupal | php | sinatra base_dir: /var/www repository: git@gitlab..... project_slug: tradespot default_branch: master domain: domain.com @@ -60,23 +60,49 @@ user: remote_backup pass: passw0rd mail: smtp: development: + default_from: + name: dev + email: dev@domain.com + server: smtp.gmail.com + authenticate: true + user: username@domain.com + pass: passw0rd + secure: tls + charset_encoding: utf-8 + port: 587 staging: + default_from: + name: staging + email: dev@domain.com + server: smtp.gmail.com + authenticate: true + user: username@domain.com + pass: passw0rd + secure: tls + charset_encoding: utf-8 + port: 587 production: default_from: - name: dev + name: production email: dev@domain.com server: smtp.gmail.com authenticate: true user: username@domain.com pass: passw0rd secure: tls charset_encoding: utf-8 port: 587 apache: development: + server_name: development.domain.local + server_aliases: + - www.development.domain.local + env_vars: + RAILS_ENV: development + APPLICATION_ENV: development staging: server_name: staging.domain.com server_aliases: - www.staging.domain.com env_vars: \ No newline at end of file