We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7e1705f commit ffc4863Copy full SHA for ffc4863
mezcalito/imgproxy-bundle/0.5/config/packages/imgproxy.yaml
@@ -0,0 +1,5 @@
1
+imgproxy:
2
+ host: '%env(IMGPROXY_HOST)%'
3
+ signature:
4
+ key: '%env(IMGPROXY_KEY)%'
5
+ salt: '%env(IMGPROXY_SALT)%'
mezcalito/imgproxy-bundle/0.5/manifest.json
@@ -0,0 +1,14 @@
+{
+ "bundles": {
+ "Mezcalito\\ImgproxyBundle\\ImgproxyBundle": ["all"]
+ },
+ "copy-from-recipe": {
6
+ "config/": "%CONFIG_DIR%/"
7
8
+ "env": {
9
+ "#1": "Configure the key and salt for your imgproxy instance (https://docs.imgproxy.net/signing_the_url)",
10
+ "#2": "IMGPROXY_HOST=http://localhost",
11
+ "#3": "IMGPROXY_KEY=",
12
+ "#4": "IMGPROXY_SALT="
13
+ }
14
+}
0 commit comments