Skip to content

Commit

Permalink
Remove duplicate entry in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
tagliala committed Nov 12, 2023
1 parent 294ef14 commit 813f6ec
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,19 +80,6 @@ Other configuration options:
or `host` to be set anyway, that'll be used as defaults if no host
matches.
```ruby
provider :cas,
url: 'https://cas.example.org',
url_by_request_host: {
'host1.example.org' => 'https://host1.cas.example.org',
'host2.example.org' => 'https://host2.cas.example.org',
}
```
* `url_by_request_host` - Optional. Hash keyed by request host, to use
different CAS Server URLs depending on the request host. *Requires* `url`
or `host` to be set anyway, that'll be used as defaults if no host
matches.

```ruby
provider :cas,
url: 'https://cas.example.org',
Expand Down

0 comments on commit 813f6ec

Please sign in to comment.