浏览代码

update heroku settings

Yuki Takei 7 年之前
父节点
当前提交
9abd0794bc
共有 1 个文件被更改,包括 2 次插入1 次删除
  1. 2 1
      app.json

+ 2 - 1
app.json

@@ -14,7 +14,8 @@
     },
     "FILE_UPLOAD": {
       "description": "Attached files storage. - mongodb | aws | local | none",
-      "value": "mongodb"
+      "value": "mongodb",
+      "required": false
     },
     "SECRET_TOKEN": {
       "description": "A secret key for verifying the integrity of signed cookies.",