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",
|
"name": "Crafatar",
|
||||||
"description": "A Minecraft Avatar API written in NodeJS",
|
"description": "A blazing fast API for Minecraft faces!",
|
||||||
"repository": "https://github.com/crafatar/crafatar",
|
"repository": "https://github.com/crafatar/crafatar",
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"node",
|
"node",
|
||||||
@ -10,10 +10,21 @@
|
|||||||
],
|
],
|
||||||
"website": "https://crafatar.com/",
|
"website": "https://crafatar.com/",
|
||||||
"env": {
|
"env": {
|
||||||
"EPHEMERAL_STORAGE": "true",
|
"EPHEMERAL_STORAGE": {
|
||||||
"BUILDPACK_URL": "https://github.com/mojodna/heroku-buildpack-multi.git#build-env"
|
"description": "Set to true if your storage is gone after deploying",
|
||||||
|
"required": false,
|
||||||
|
"value": true
|
||||||
|
}
|
||||||
},
|
},
|
||||||
"addons": [
|
"addons": [
|
||||||
"rediscloud"
|
"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",
|
"version": "1.0.0",
|
||||||
"private": true,
|
"private": true,
|
||||||
"author": "Jake0oo0",
|
"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": [
|
"contributors": [
|
||||||
{
|
{
|
||||||
"name": "jomo"
|
"name": "jomo"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user