Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
snelg committed Jul 5, 2019
1 parent 1bc1615 commit 9d0e6dc
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,3 +51,7 @@ Configure::write('CAS.port', 8443);
* **uri** defaults to '' (an empty string)
* *debug* (optional) if true, then phpCAS will write debug info to logs/phpCAS.log
* *cert_path* (optional) if set, then phpCAS will use the specified CA certificate file to verify the CAS server
* *curlopts* (optional) key/value paired array of additional CURL parameters to pass through to phpCAS::setExtraCurlOption, e.g.
```php
'curlopts' => [CURLOPT_PROXY => 'http://proxy:5543', CURLOPT_CRLF => true]
```

0 comments on commit 9d0e6dc

Please sign in to comment.