forked from weseek/growi
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathapp.json
35 lines (35 loc) · 807 Bytes
/
app.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
{
"name": "crowi-plus",
"description": "Enhanced Crowi",
"keywords": [
"wiki",
"communication"
],
"repository": "https://github.com/weseek/crowi-plus",
"success_url": "/",
"env": {
"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",
"required": false
}
},
"addons": [
"mongolab",
"redistogo",
{
"plan": "bonsai:sandbox-10",
"options": {
"version": "5.1"
}
}
]
}