| 123456789101112131415161718192021222324252627282930 |
- {
- "name": "crowi-plus",
- "description": "Enhanced Crowi",
- "keywords": [
- "wiki",
- "communication"
- ],
- "repository": "https://github.com/weseek/crowi-plus",
- "success_url": "/",
- "env": {
- "NODE_ENV": "production",
- "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": "crowi-plugin-lsx"
- }
- },
- "addons": [
- "mongolab",
- "redistogo",
- "bonsai"
- ]
- }
|