mirror of
https://github.com/azures04/crafatar.git
synced 2026-03-21 23:41:18 +01:00
update app.json
Also fixed our description in package.json
This commit is contained in:
parent
47a978df6c
commit
fe12901f41
17
app.json
17
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"
|
||||
}
|
||||
]
|
||||
}
|
||||
@ -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"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user