test.accescible-solutions.com

This commit is contained in:
Nicolas Bally 2011-06-25 13:34:22 +02:00
parent f3413e14e4
commit ff357de0b8
2 changed files with 4 additions and 4 deletions

View File

@ -1,6 +1,6 @@
set :user, 'web'
set :application, 'fcpe.quartz-agence.com' # use your folder app name
set :application, 'test.accescible-solutions.com' # use your folder app name
set :deploy_to, "/home/#{user}/apps/#{application}/" # the live app will be in the "current" subdir
set :deploy_via, :remote_cache
@ -12,7 +12,7 @@ set :deploy_via, :remote_cache
set :rails_env, "production"
#production
set :domain, 'fcpe.quartz-agence.com' # your http://publicdomain.com
set :domain, 'test.accescible-solutions.com' # your http://publicdomain.com
role :app, domain
role :web, domain
role :db, domain, :primary => true

View File

@ -48,8 +48,8 @@ PharmacieboissierCom::Application.configure do
# Send deprecation notices to registered listeners
config.active_support.deprecation = :notify
config.action_mailer.default_url_options = { :host => "fcpe.quartz-agence.com" }
config.action_mailer.default_url_options = { :host => "test.accescible-solutions.com" }
config.action_mailer.delivery_method = :sendmail
end
HOSTNAME = "fcpe.quartz-agence.com"
HOSTNAME = "test.accescible-solutions.com"