Create a hyper.php
file under your /config
directory with the following options available to you. You can also use multi-environment options to change these per environment.
The below shows the defaults already used by Hyper, so you don't need to add these options unless you want to modify the values.
<?php
return [
'*' => [
'embedClientSettings' => [],
'embedHeaders' => [],
'embedDetectorsSettings' => [],
],
];
embedClientSettings
- Define any settings (opens new window) to pass to the Curl Client for Embed links.embedHeaders
- Define any headers (opens new window) to pass to the Curl Client for Embed links.embedDetectorsSettings
- Define any settings (opens new window) to pass to the detectors for Embed links.You can also manage configuration settings through the Control Panel by visiting Settings → Hyper.