lib/projectdx_pipeline/capistrano.rb in projectdx_pipeline-1.1.0 vs lib/projectdx_pipeline/capistrano.rb in projectdx_pipeline-1.2.0
- old
+ new
@@ -30,10 +30,10 @@
set(:user) { application }
set(:deploy_to) { "/var/www/#{application}" }
set(:db_username) { application }
set(:db_server, 'db1.renewfund.com')
set(:db_password) { abort "You must set the database password for this application with `set :db_password, 'foo'." }
- set(:db_port, '5432')
+ set(:db_port, '5433')
set(:db_name) { application }
set(:rails_env) { stage }
#############
# Callbacks #