oops
This commit is contained in:
parent
41a91a6bd9
commit
7e326ebf01
1 changed files with 1 additions and 1 deletions
|
|
@ -11,7 +11,7 @@ DiasporaFederation.configure do |config|
|
|||
|
||||
config.http_concurrency = AppConfig.settings.typhoeus_concurrency.to_i
|
||||
config.http_verbose = AppConfig.settings.typhoeus_verbose?
|
||||
ENV["http_proxy"] = AppConfig.settings.http_proxy
|
||||
ENV["http_proxy"] = AppConfig.environment.http_proxy
|
||||
|
||||
config.define_callbacks do
|
||||
on :fetch_person_for_webfinger do |diaspora_id|
|
||||
|
|
|
|||
Loading…
Reference in a new issue