Kaynağa Gözat

update app.json

Also fixed our description in package.json
jomo 9 yıl önce
ebeveyn
işleme
fe12901f41
2 değiştirilmiş dosya ile 16 ekleme ve 5 silme
  1. 15 4
      app.json
  2. 1 1
      package.json

+ 15 - 4
app.json

@@ -1,6 +1,6 @@
 {
     "name": "Crafatar",
-    "description": "A Minecraft Avatar API written in NodeJS",
+    "description": "A blazing fast API for Minecraft faces!",
     "repository": "https://github.com/crafatar/crafatar",
     "keywords": [
         "node",
@@ -10,10 +10,21 @@
     ],
     "website": "https://crafatar.com/",
     "env": {
-      "EPHEMERAL_STORAGE": "true",
-      "BUILDPACK_URL": "https://github.com/mojodna/heroku-buildpack-multi.git#build-env"
+        "EPHEMERAL_STORAGE": {
+            "description": "Set to true if your storage is gone after deploying",
+            "required": false,
+            "value": true
+        }
     },
     "addons": [
         "rediscloud"
+    ],
+    "buildpacks": [
+        {
+            "url": "https://github.com/mojodna/heroku-buildpack-cairo.git"
+        },
+        {
+            "url": "https://github.com/heroku/heroku-buildpack-nodejs.git"
+        }
     ]
-}
+}

+ 1 - 1
package.json

@@ -3,7 +3,7 @@
   "version": "1.0.0",
   "private": true,
   "author": "Jake0oo0",
-  "description": "A Minecraft avatar service with support for avatars, 1.8 skins, and even 3D renders!",
+  "description": "A blazing fast API for Minecraft faces!",
   "contributors": [
     {
       "name": "jomo"