app.json 664 B

1234567891011121314151617181920212223242526272829
  1. {
  2. "name": "Crowi",
  3. "description": "The simple & powerful Wiki.",
  4. "keywords": [
  5. "wiki",
  6. "communication"
  7. ],
  8. "website": "https://crowi.wiki/",
  9. "repository": "https://github.com/crocos/crowi",
  10. "logo": "http://crowi.wiki/images/logo/128x128.png",
  11. "success_url": "/",
  12. "scripts": {
  13. "postdeploy": "grunt"
  14. },
  15. "env": {
  16. "NODE_ENV": "production",
  17. "SECRET_TOKEN": {
  18. "description": "A secret key for verifying the integrity of signed cookies.",
  19. "generator": "secret"
  20. },
  21. "WEB_CONCURRENCY": {
  22. "description": "The number of processes to run.",
  23. "value": "5"
  24. }
  25. },
  26. "addons": [
  27. "mongohq:free"
  28. ]
  29. }