Skip to content

Commit 30af67f

Browse files
author
Randy Čupić
committed
Add docs for upload_prefix
1 parent cbbf191 commit 30af67f

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

docs/INSTALL.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,16 @@ php app/console doctrine:schema:update --force
8383

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

86+
87+
#### Upoad prefix
88+
89+
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):
90+
91+
```yaml
92+
netgen_remote_media:
93+
upload_prefix: 'https://api.cloudinary.com'
94+
```
95+
8696
#### Audio waveform image
8797
8898
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.

0 commit comments

Comments
 (0)