Skip to content

Commit

Permalink
readme
Browse files Browse the repository at this point in the history
  • Loading branch information
frantisekrokusek committed Dec 16, 2024
1 parent 1734b6f commit 2311bb9
Showing 1 changed file with 1 addition and 14 deletions.
15 changes: 1 addition & 14 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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"`.

Expand Down

0 comments on commit 2311bb9

Please sign in to comment.