mirror of
https://github.com/imgproxy/imgproxy.git
synced 2025-10-05 11:19:45 +02:00
Make kay and salt optional in app.json
This commit is contained in:
8
app.json
8
app.json
@@ -7,13 +7,13 @@
|
|||||||
"env": {
|
"env": {
|
||||||
"IMGPROXY_KEY": {
|
"IMGPROXY_KEY": {
|
||||||
"description": "Hex-encoded secret key for signing URLs.",
|
"description": "Hex-encoded secret key for signing URLs.",
|
||||||
"value": "c84285e0bec255fe163410fcedfe61e256f04a7f93ee25470c4ffd1fdc2aa964",
|
"value": "",
|
||||||
"required": true
|
"required": false
|
||||||
},
|
},
|
||||||
"IMGPROXY_SALT": {
|
"IMGPROXY_SALT": {
|
||||||
"description": "Hex-encoded secret salt for signing URLs.",
|
"description": "Hex-encoded secret salt for signing URLs.",
|
||||||
"value": "83237eac0f5bb1cfa98d54b00c7057820843b8f0ca390edc7f6b99138cb14937",
|
"value": "",
|
||||||
"required": true
|
"required": false
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"image": "darthsim/imgproxy"
|
"image": "darthsim/imgproxy"
|
||||||
|
Reference in New Issue
Block a user