| 12345678910111213141516171819202122232425262728293031323334353637383940414243 |
- {
- "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"
- },
- "FILE_UPLOAD": {
- "description": "Attached files storage. - mongodb | aws | local | none",
- "value": "mongodb",
- "required": false
- },
- "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": "6.5.4"
- }
- }
- ]
- }
|