Explorar el Código

update heroku settings

Yuki Takei hace 7 años
padre
commit
9abd0794bc
Se han modificado 1 ficheros con 2 adiciones y 1 borrados
  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.",