forked from bofh/fetsite
AutoCommit Sam Aug 1 15:03:01 CEST 2015
This commit is contained in:
@@ -16,7 +16,7 @@ Fetsite::Application.configure do
|
||||
# Don't care if the mailer can't send
|
||||
config.action_mailer.raise_delivery_errors = true
|
||||
config.action_mailer.delivery_method =:sendmail
|
||||
config.action_mailer.default_url_options = {:host=> "localhost", :port=>3000} # :host => 'glonass.htu.tuwien.ac.at' }
|
||||
config.action_mailer.default_url_options = {}#{:host=> "localhost", :port=>3000} # :host => 'glonass.htu.tuwien.ac.at' }
|
||||
# Print deprecation notices to the Rails logger
|
||||
config.active_support.deprecation = :log
|
||||
|
||||
@@ -37,4 +37,8 @@ Fetsite::Application.configure do
|
||||
config.assets.debug = false
|
||||
|
||||
config.facebookconfig_enabled=true
|
||||
|
||||
# config.action_controller.asset_host = Proc.new{|source, request|
|
||||
#(request? request.protocol :'http://')+ "localhost:3000"
|
||||
#}
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user