app.json 500 B

123456789101112131415161718192021222324
  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/crowi/crowi",
  10. "success_url": "/",
  11. "scripts": {
  12. "postdeploy": "grunt"
  13. },
  14. "env": {
  15. "NODE_ENV": "production",
  16. "SECRET_TOKEN": {
  17. "description": "A secret key for verifying the integrity of signed cookies.",
  18. "generator": "secret"
  19. }
  20. },
  21. "addons": [
  22. "mongohq:free"
  23. ]
  24. }