浏览代码

Make kay and salt optional in app.json

DarthSim 6 年之前
父节点
当前提交
06662561fa
共有 1 个文件被更改,包括 4 次插入4 次删除
  1. 4 4
      app.json

+ 4 - 4
app.json

@@ -7,13 +7,13 @@
   "env": {
     "IMGPROXY_KEY": {
       "description": "Hex-encoded secret key for signing URLs.",
-      "value": "c84285e0bec255fe163410fcedfe61e256f04a7f93ee25470c4ffd1fdc2aa964",
-      "required": true
+      "value": "",
+      "required": false
     },
     "IMGPROXY_SALT": {
       "description": "Hex-encoded secret salt for signing URLs.",
-      "value": "83237eac0f5bb1cfa98d54b00c7057820843b8f0ca390edc7f6b99138cb14937",
-      "required": true
+      "value": "",
+      "required": false
     }
   },
   "image": "darthsim/imgproxy"