Skip to content

Configuration

Kerem Bozdas edited this page Dec 26, 2018 · 2 revisions

Configurable Parameters

  • http_base_url
  • http_response
  • http_adapter

Example Configuration

ViaBTC.configure do |config|
  config.http_base_url = 'http://localhost:18080'
  config.http_response = :logger
  config.http_adapter = :net_http
end
Clone this wiki locally