소스 검색

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.",