diff --git a/app.json b/app.json index f1cde27..939ca44 100644 --- a/app.json +++ b/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" + } ] -} +} \ No newline at end of file diff --git a/package.json b/package.json index e725965..88d7bcf 100644 --- a/package.json +++ b/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"