Yuki Takei 7 лет назад
Родитель
Сommit
a00253a900
1 измененных файлов с 5 добавлено и 1 удалено
  1. 5 1
      app.json

+ 5 - 1
app.json

@@ -12,6 +12,10 @@
       "description": "DO NOT CHANGE - 'yarn' needs this to install devDependencies",
       "value": "development"
     },
+    "FILE_UPLOAD": {
+      "description": "Attached files storage. - mongodb | aws | local | none",
+      "value": "mongodb"
+    },
     "SECRET_TOKEN": {
       "description": "A secret key for verifying the integrity of signed cookies.",
       "generator": "secret"
@@ -31,7 +35,7 @@
     {
       "plan": "bonsai:sandbox-6",
       "options": {
-        "version": "5.4.3"
+        "version": "6.5.4"
       }
     }
   ]