forked from gnestor/smallest-federated-wiki-template
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathapp.json
More file actions
21 lines (21 loc) · 755 Bytes
/
app.json
File metadata and controls
21 lines (21 loc) · 755 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
{
"name": "Smallest Federated Wiki",
"description": "A wiki that shares through federation, composes by refactoring and wraps data with visualization.",
"repository": "https://github.com/fedwiki/wiki-node",
"logo": "http://fed.wiki.org/favicon.png",
"website": "http://fed.wiki.org/",
"addons": [
"mongolab:sandbox"
],
"keywords": [
"smallest federated wiki",
"wiki",
"federated"
],
"env": {
"wiki_url": {
"description": "The domain you will use for this site (if you don't have any domain, use the same \"App Name\" you've chosen up there and add .herokuapp.com. For example: if you chosed \"bananas-wiki\" as your app name, this should be \"bananas-wiki.herokuapp.com\")",
"required": true
}
}
}