production
This commit is contained in:
parent
8976784264
commit
20e57fe1f4
@ -1,6 +1,6 @@
|
|||||||
set :user, 'web'
|
set :user, 'web'
|
||||||
|
|
||||||
set :application, 'test.lamaisondelarbre.fr' # use your folder app name
|
set :application, 'www.lamaisondelarbre.fr' # use your folder app name
|
||||||
set :deploy_to, "/home/#{user}/apps/#{application}/" # the live app will be in the "current" subdir
|
set :deploy_to, "/home/#{user}/apps/#{application}/" # the live app will be in the "current" subdir
|
||||||
set :deploy_via, :remote_cache
|
set :deploy_via, :remote_cache
|
||||||
|
|
||||||
|
@ -52,11 +52,11 @@ Mda::Application.configure do
|
|||||||
|
|
||||||
# Send deprecation notices to registered listeners
|
# Send deprecation notices to registered listeners
|
||||||
config.active_support.deprecation = :notify
|
config.active_support.deprecation = :notify
|
||||||
config.action_mailer.default_url_options = { :host => "test.lamaisondelarbre.fr" }
|
config.action_mailer.default_url_options = { :host => "www.lamaisondelarbre.fr" }
|
||||||
|
|
||||||
config.action_mailer.delivery_method = :sendmail
|
config.action_mailer.delivery_method = :sendmail
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
HOSTNAME = "test.lamaisondelarbre.fr"
|
HOSTNAME = "www.lamaisondelarbre.fr"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user