| 1234567891011121314151617181920212223242526272829303132333435363738 |
- {
- "name": "growi",
- "description": "Team collaboration system with markdown",
- "keywords": [
- "wiki",
- "communication"
- ],
- "repository": "https://github.com/weseek/growi",
- "success_url": "/",
- "env": {
- "NODE_ENV": {
- "description": "DO NOT CHANGE - 'yarn' needs this to install devDependencies",
- "value": "development"
- },
- "SECRET_TOKEN": {
- "description": "A secret key for verifying the integrity of signed cookies.",
- "generator": "secret"
- },
- "PASSWORD_SEED": {
- "description": "A password seed is used by password hash generator. ",
- "generator": "secret"
- },
- "INSTALL_PLUGINS": {
- "description": "Comma-separated list of plugin package names to install.",
- "value": "growi-plugin-lsx,growi-plugin-pukiwiki-like-linker",
- "required": false
- }
- },
- "addons": [
- "mongolab",
- {
- "plan": "bonsai:sandbox-6",
- "options": {
- "version": "5.4.3"
- }
- }
- ]
- }
|