Skip to content

Commit

Permalink
Add docs for upload_prefix
Browse files Browse the repository at this point in the history
  • Loading branch information
RandyCupic committed Feb 14, 2023
1 parent cbbf191 commit 30af67f
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions docs/INSTALL.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,16 @@ php app/console doctrine:schema:update --force

This bundle has a few parameters that can be overridden through YAML configuration in your own site, if needed.


#### Upoad prefix

If you need to change Cloudinary API url (to use eg. GEO specific URLs), there's a parameter `upload_prefix` (set to `https://api.cloudinary.com` by default):

```yaml
netgen_remote_media:
upload_prefix: 'https://api.cloudinary.com'
```
#### Audio waveform image
If you set the following parameter `netgen_remote_media.default.parameters.audio.enable_waveform` to `true` (default: `false`), audio files will be rendered with `<video>` tag instead and their waveform image will be shown instead of video.
Expand Down

0 comments on commit 30af67f

Please sign in to comment.