From 2311bb9a0de9152b20ca966591fae952adce89dc Mon Sep 17 00:00:00 2001 From: Frantisek ROKUSEK Date: Mon, 16 Dec 2024 11:25:57 +0100 Subject: [PATCH] readme --- README.md | 15 +-------------- 1 file changed, 1 insertion(+), 14 deletions(-) diff --git a/README.md b/README.md index 2b64aff..da94266 100644 --- a/README.md +++ b/README.md @@ -24,19 +24,6 @@ Or install it yourself as: $ gem install epics - -## Configuration - -You can choose to configure some default values like this -For default values see Epics::Configuration::PARAMETERS - -```ruby -Epics.configure do |config| - config.local = :fr - config.product_name = 'My Epic EBICS Client' -end -``` - ## Getting started In case you are new to EBICS, you'll have to complete an initialization process with @@ -241,7 +228,7 @@ Is Epics working with your institution? Please help us to grow this list of supp ## Development -For development purposes, you may want to use a proxy server in order to have a convenient look into request and response data. +For development purposes, you may want to use a proxy server in order to have a convienent look into request and response data. To do so, it's sufficient to define `http_proxy` in your environment. Also you may want to disable SSL verification - simply set `EPICS_VERIFY_SSL` to `"false"`.