From 813f6ece7214b27f6c6f65aa9eaf14d0aa630bcb Mon Sep 17 00:00:00 2001 From: Geremia Taglialatela Date: Sun, 12 Nov 2023 10:42:03 +0100 Subject: [PATCH] Remove duplicate entry in readme --- README.md | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/README.md b/README.md index 9f6dd4f..da38f64 100644 --- a/README.md +++ b/README.md @@ -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',