app.json 744 B

123456789101112131415161718192021222324252627282930
  1. {
  2. "name": "Crafatar",
  3. "description": "A blazing fast API for Minecraft faces!",
  4. "repository": "https://github.com/crafatar/crafatar",
  5. "keywords": [
  6. "node",
  7. "minecraft",
  8. "avatar",
  9. "redis"
  10. ],
  11. "website": "https://crafatar.com/",
  12. "env": {
  13. "EPHEMERAL_STORAGE": {
  14. "description": "Set to true if your storage is gone after deploying",
  15. "required": false,
  16. "value": true
  17. }
  18. },
  19. "addons": [
  20. "rediscloud"
  21. ],
  22. "buildpacks": [
  23. {
  24. "url": "https://github.com/mojodna/heroku-buildpack-cairo.git"
  25. },
  26. {
  27. "url": "https://github.com/heroku/heroku-buildpack-nodejs.git"
  28. }
  29. ]
  30. }